Html Css Color HEX #D4DCCE Ottoman

📋 copy color: '#D4DCCE'

red 212 ◦ green 220 ◦ blue 206

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

Shades of Ottoman #D4DCCE

Tints of Ottoman #D4DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.29%

R = 33.23%
G = 34.48%
B = 32.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D4DCCE (or 0xD4DCCE) is known color: Ottoman. HEX triplet: D4, DC and CE. RGB value is (212,220,206). Sum of RGB (Red+Green+Blue) = 212+220+206=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCCE is #2B2331. Grayscale: #D8D8D8. Windows color (decimal): -2827058 or 13556948. OLE color: 13556948.

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

Color convert

RGB 212 220 206 -
CMYK 0.04 0 0.06 0.14
HSL 94.29º 0.17% 0.84% -
HSV(B) 94.29º 0.06% 0.86% -
XYZ 63.89 69.64 68.47 -
YUV 216.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 212 220 206 0.04 0 0.06 0.14 94.29 0.17 0.84
Hex D4 DC CE 4 0 6 E 5E 11 54
Octal 324 334 316 4 0 6 16 136 21 124
Binary 11010100 11011100 11001110 100 0 110 1110 1011110 10001 1010100

Color Harmonies of #D4DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCCE

Black with #D4DCCE

Text Example


Text Example

White with #D4DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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