Html Css Color HEX #D19DAE Kobi

📋 copy color: '#D19DAE'

red 209 ◦ green 157 ◦ blue 174

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

Shades of Kobi #D19DAE

Tints of Kobi #D19DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.07%

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

R = 38.7%
G = 29.07%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D19DAE (or 0xD19DAE) is known color: Kobi. HEX triplet: D1, 9D and AE. RGB value is (209,157,174). Sum of RGB (Red+Green+Blue) = 209+157+174=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D19DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19DAE is #2E6251. Grayscale: #AEAEAE. Windows color (decimal): -3039826 or 11443665. OLE color: 11443665.

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

Color convert

RGB 209 157 174 -
CMYK 0 0.25 0.17 0.18
HSL 340.38º 0.36% 0.72% -
HSV(B) 340.38º 0.25% 0.82% -
XYZ 45.99 40.73 45.48 -
YUV 174.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 209 157 174 0 0.25 0.17 0.18 340.38 0.36 0.72
Hex D1 9D AE 0 19 11 12 154 24 48
Octal 321 235 256 0 31 21 22 524 44 110
Binary 11010001 10011101 10101110 0 11001 10001 10010 101010100 100100 1001000

Color Harmonies of #D19DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19DAE

Black with #D19DAE

Text Example


Text Example

White with #D19DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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