Html Css Color HEX #D4DACE Ottoman

📋 copy color: '#D4DACE'

red 212 ◦ green 218 ◦ blue 206

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

Shades of Ottoman #D4DACE

Tints of Ottoman #D4DACE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.28%

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

R = 33.33%
G = 34.28%
B = 32.39%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D4DACE (or 0xD4DACE) is known color: Ottoman. HEX triplet: D4, DA and CE. RGB value is (212,218,206). Sum of RGB (Red+Green+Blue) = 212+218+206=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DACE is #2B2531. Grayscale: #D6D6D6. Windows color (decimal): -2827570 or 13556436. OLE color: 13556436.

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

Color convert

RGB 212 218 206 -
CMYK 0.03 0 0.06 0.15
HSL 90º 0.14% 0.83% -
HSV(B) 90º 0.06% 0.85% -
XYZ 63.36 68.6 68.29 -
YUV 214.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 212 218 206 0.03 0 0.06 0.15 90 0.14 0.83
Hex D4 DA CE 3 0 6 F 5A E 53
Octal 324 332 316 3 0 6 17 132 16 123
Binary 11010100 11011010 11001110 11 0 110 1111 1011010 1110 1010011

Color Harmonies of #D4DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DACE

Black with #D4DACE

Text Example


Text Example

White with #D4DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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