Html Css Color HEX #D4DFCC Ottoman

📋 copy color: '#D4DFCC'

red 212 ◦ green 223 ◦ blue 204

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

Shades of Ottoman #D4DFCC

Tints of Ottoman #D4DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.9%

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

R = 33.18%
G = 34.9%
B = 31.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D4DFCC (or 0xD4DFCC) is known color: Ottoman. HEX triplet: D4, DF and CC. RGB value is (212,223,204). Sum of RGB (Red+Green+Blue) = 212+223+204=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFCC is #2B2033. Grayscale: #D9D9D9. Windows color (decimal): -2826292 or 13426644. OLE color: 13426644.

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

Color convert

RGB 212 223 204 -
CMYK 0.05 0 0.09 0.13
HSL 94.74º 0.23% 0.84% -
HSV(B) 94.74º 0.09% 0.87% -
XYZ 64.44 71.13 67.46 -
YUV 217.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 212 223 204 0.05 0 0.09 0.13 94.74 0.23 0.84
Hex D4 DF CC 5 0 9 D 5F 17 54
Octal 324 337 314 5 0 11 15 137 27 124
Binary 11010100 11011111 11001100 101 0 1001 1101 1011111 10111 1010100

Color Harmonies of #D4DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFCC

Black with #D4DFCC

Text Example


Text Example

White with #D4DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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