Html Css Color HEX #D4DDCC Ottoman

📋 copy color: '#D4DDCC'

red 212 ◦ green 221 ◦ blue 204

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

Shades of Ottoman #D4DDCC

Tints of Ottoman #D4DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.03%

R = 33.28%
G = 34.69%
B = 32.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#D4DDCC (or 0xD4DDCC) is known color: Ottoman. HEX triplet: D4, DD and CC. RGB value is (212,221,204). Sum of RGB (Red+Green+Blue) = 212+221+204=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDCC is #2B2233. Grayscale: #D8D8D8. Windows color (decimal): -2826804 or 13426132. OLE color: 13426132.

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

Color convert

RGB 212 221 204 -
CMYK 0.04 0 0.08 0.13
HSL 91.76º 0.2% 0.83% -
HSV(B) 91.76º 0.08% 0.87% -
XYZ 63.91 70.07 67.28 -
YUV 216.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 212 221 204 0.04 0 0.08 0.13 91.76 0.2 0.83
Hex D4 DD CC 4 0 8 D 5C 14 53
Octal 324 335 314 4 0 10 15 134 24 123
Binary 11010100 11011101 11001100 100 0 1000 1101 1011100 10100 1010011

Color Harmonies of #D4DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DDCC

Black with #D4DDCC

Text Example


Text Example

White with #D4DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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