Html Css Color HEX #D4DDC9 Ottoman

📋 copy color: '#D4DDC9'

red 212 ◦ green 221 ◦ blue 201

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

Shades of Ottoman #D4DDC9

Tints of Ottoman #D4DDC9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.86%

 BLUE value IS 201 (78.91% from 255) = 31.7%

R = 33.44%
G = 34.86%
B = 31.7%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D4DDC9 (or 0xD4DDC9) is known color: Ottoman. HEX triplet: D4, DD and C9. RGB value is (212,221,201). Sum of RGB (Red+Green+Blue) = 212+221+201=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDC9 is #2B2236. Grayscale: #D8D8D8. Windows color (decimal): -2826807 or 13229524. OLE color: 13229524.

HSL color Cylindrical-coordinate representation of color #D4DDC9: hue angle of 87º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DDC9 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 221 201 -
CMYK 0.04 0 0.09 0.13
HSL 87º 0.23% 0.83% -
HSV(B) 87º 0.09% 0.87% -
XYZ 63.55 69.93 65.41 -
YUV 216.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 212 221 201 0.04 0 0.09 0.13 87 0.23 0.83
Hex D4 DD C9 4 0 9 D 57 17 53
Octal 324 335 311 4 0 11 15 127 27 123
Binary 11010100 11011101 11001001 100 0 1001 1101 1010111 10111 1010011

Color Harmonies of #D4DDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDC9

Black with #D4DDC9

Text Example


Text Example

White with #D4DDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDC9; }

 p { color: rgb(212,221,201); }

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

background-color css

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

 a { background-color: rgb(212,221,201); }

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

border-color css

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

 span { border-color: rgb(212,221,201); }

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