Html Css Color HEX #D08EAE Kobi

📋 copy color: '#D08EAE'

red 208 ◦ green 142 ◦ blue 174

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

Shades of Kobi #D08EAE

Tints of Kobi #D08EAE

RGB

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

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

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

R = 39.69%
G = 27.1%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D08EAE (or 0xD08EAE) is known color: Kobi. HEX triplet: D0, 8E and AE. RGB value is (208,142,174). Sum of RGB (Red+Green+Blue) = 208+142+174=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D08EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08EAE is #2F7151. Grayscale: #A5A5A5. Windows color (decimal): -3109202 or 11439824. OLE color: 11439824.

HSL color Cylindrical-coordinate representation of color #D08EAE: hue angle of 330.91º 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 #D08EAE is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 142 174 -
CMYK 0 0.32 0.16 0.18
HSL 330.91º 0.41% 0.69% -
HSV(B) 330.91º 0.32% 0.82% -
XYZ 43.33 35.81 44.67 -
YUV 165.38 132.87 158.4 -
System Red Green Blue C M Y K H S L
Decimal 208 142 174 0 0.32 0.16 0.18 330.91 0.41 0.69
Hex D0 8E AE 0 20 10 12 14B 29 45
Octal 320 216 256 0 40 20 22 513 51 105
Binary 11010000 10001110 10101110 0 100000 10000 10010 101001011 101001 1000101

Color Harmonies of #D08EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EAE

Black with #D08EAE

Text Example


Text Example

White with #D08EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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