Html Css Color HEX #D4E0CB Ottoman

📋 copy color: '#D4E0CB'

red 212 ◦ green 224 ◦ blue 203

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

Shades of Ottoman #D4E0CB

Tints of Ottoman #D4E0CB

RGB

 RED value IS 212 (83.2% from 255) = 33.18%

 GREEN value IS 224 (87.89% from 255) = 35.05%

 BLUE value IS 203 (79.69% from 255) = 31.77%

R = 33.18%
G = 35.05%
B = 31.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#D4E0CB (or 0xD4E0CB) is known color: Ottoman. HEX triplet: D4, E0 and CB. RGB value is (212,224,203). Sum of RGB (Red+Green+Blue) = 212+224+203=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E0CB is #2B1F34. Grayscale: #DADADA. Windows color (decimal): -2826037 or 13361364. OLE color: 13361364.

HSL color Cylindrical-coordinate representation of color #D4E0CB: hue angle of 94.29º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4E0CB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 224 203 -
CMYK 0.05 0 0.09 0.12
HSL 94.29º 0.25% 0.84% -
HSV(B) 94.29º 0.09% 0.88% -
XYZ 64.59 71.62 66.92 -
YUV 218.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 212 224 203 0.05 0 0.09 0.12 94.29 0.25 0.84
Hex D4 E0 CB 5 0 9 C 5E 19 54
Octal 324 340 313 5 0 11 14 136 31 124
Binary 11010100 11100000 11001011 101 0 1001 1100 1011110 11001 1010100

Color Harmonies of #D4E0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E0CB

Black with #D4E0CB

Text Example


Text Example

White with #D4E0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E0CB; }

 p { color: rgb(212,224,203); }

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

background-color css

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

 a { background-color: rgb(212,224,203); }

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

border-color css

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

 span { border-color: rgb(212,224,203); }

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