Html Css Color HEX #D18DAE Kobi

📋 copy color: '#D18DAE'

red 209 ◦ green 141 ◦ blue 174

#D18DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D18DAE

Tints of Kobi #D18DAE

RGB

 RED value IS 209 (82.03% from 255) = 39.89%

 GREEN value IS 141 (55.47% from 255) = 26.91%

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 39.89%
G = 26.91%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D18DAE (or 0xD18DAE) is known color: Kobi. HEX triplet: D1, 8D and AE. RGB value is (209,141,174). Sum of RGB (Red+Green+Blue) = 209+141+174=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 209 - color contains mainly: red. Hex color #D18DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18DAE is #2E7251. Grayscale: #A5A5A5. Windows color (decimal): -3043922 or 11439569. OLE color: 11439569.

HSL color Cylindrical-coordinate representation of color #D18DAE: hue angle of 330.88º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D18DAE is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 141 174 -
CMYK 0 0.33 0.17 0.18
HSL 330.88º 0.43% 0.69% -
HSV(B) 330.88º 0.33% 0.82% -
XYZ 43.46 35.66 44.64 -
YUV 165.09 133.03 159.32 -
System Red Green Blue C M Y K H S L
Decimal 209 141 174 0 0.33 0.17 0.18 330.88 0.43 0.69
Hex D1 8D AE 0 21 11 12 14B 2A 45
Octal 321 215 256 0 41 21 22 513 52 105
Binary 11010001 10001101 10101110 0 100001 10001 10010 101001011 101010 1000101

Color Harmonies of #D18DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18DAE

Black with #D18DAE

Text Example


Text Example

White with #D18DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18DAE; }

 p { color: rgb(209,141,174); }

 H1.HeaderClassName
 {
   color: #D18DAE;
 }
 .AnyTagClassName
 {
   color: #D18DAE;
 }
</style>

background-color css

<style>
 a { background-color: #D18DAE; }

 a { background-color: rgb(209,141,174); }

 div.DivClassName
 {
   background-color: #D18DAE;
 }
 .BgClassName
 {
   background-color: #D18DAE;
 }
</style>

border-color css

<style>
 span { border-color: #D18DAE; }

 span { border-color: rgb(209,141,174); }

 td.TdClassName
 {
   border-color: #D18DAE;
 }
 .TagClassName
 {
   border-color: #D18DAE;
 }
</style>