Html Css Color HEX #D08EA9 Kobi

📋 copy color: '#D08EA9'

red 208 ◦ green 142 ◦ blue 169

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

Shades of Kobi #D08EA9

Tints of Kobi #D08EA9

RGB

 RED value IS 208 (81.64% from 255) = 40.08%

 GREEN value IS 142 (55.86% from 255) = 27.36%

 BLUE value IS 169 (66.41% from 255) = 32.56%

R = 40.08%
G = 27.36%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D08EA9 (or 0xD08EA9) is known color: Kobi. HEX triplet: D0, 8E and A9. RGB value is (208,142,169). Sum of RGB (Red+Green+Blue) = 208+142+169=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 169 (66.41% from 255 or 32.56% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EA9 is #2F7156. Grayscale: #A4A4A4. Windows color (decimal): -3109207 or 11112144. OLE color: 11112144.

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

Color convert

RGB 208 142 169 -
CMYK 0 0.32 0.19 0.18
HSL 335.45º 0.41% 0.69% -
HSV(B) 335.45º 0.32% 0.82% -
XYZ 42.85 35.62 42.15 -
YUV 164.81 130.37 158.8 -
System Red Green Blue C M Y K H S L
Decimal 208 142 169 0 0.32 0.19 0.18 335.45 0.41 0.69
Hex D0 8E A9 0 20 13 12 14F 29 45
Octal 320 216 251 0 40 23 22 517 51 105
Binary 11010000 10001110 10101001 0 100000 10011 10010 101001111 101001 1000101

Color Harmonies of #D08EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EA9

Black with #D08EA9

Text Example


Text Example

White with #D08EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EA9; }

 p { color: rgb(208,142,169); }

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

background-color css

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

 a { background-color: rgb(208,142,169); }

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

border-color css

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

 span { border-color: rgb(208,142,169); }

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