Html Css Color HEX #D4DCCC Ottoman

📋 copy color: '#D4DCCC'

red 212 ◦ green 220 ◦ blue 204

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

Shades of Ottoman #D4DCCC

Tints of Ottoman #D4DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.59%

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

R = 33.33%
G = 34.59%
B = 32.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D4DCCC (or 0xD4DCCC) is known color: Ottoman. HEX triplet: D4, DC and CC. RGB value is (212,220,204). Sum of RGB (Red+Green+Blue) = 212+220+204=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCC is #2B2333. Grayscale: #D7D7D7. Windows color (decimal): -2827060 or 13425876. OLE color: 13425876.

HSL color Cylindrical-coordinate representation of color #D4DCCC: hue angle of 90º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D4DCCC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 204 -
CMYK 0.04 0 0.07 0.14
HSL 90º 0.19% 0.83% -
HSV(B) 90º 0.07% 0.86% -
XYZ 63.64 69.54 67.2 -
YUV 215.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 212 220 204 0.04 0 0.07 0.14 90 0.19 0.83
Hex D4 DC CC 4 0 7 E 5A 13 53
Octal 324 334 314 4 0 7 16 132 23 123
Binary 11010100 11011100 11001100 100 0 111 1110 1011010 10011 1010011

Color Harmonies of #D4DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCCC

Black with #D4DCCC

Text Example


Text Example

White with #D4DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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