Html Css Color HEX #D4DBCE Ottoman

📋 copy color: '#D4DBCE'

red 212 ◦ green 219 ◦ blue 206

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

Shades of Ottoman #D4DBCE

Tints of Ottoman #D4DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.38%

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

R = 33.28%
G = 34.38%
B = 32.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#D4DBCE (or 0xD4DBCE) is known color: Ottoman. HEX triplet: D4, DB and CE. RGB value is (212,219,206). Sum of RGB (Red+Green+Blue) = 212+219+206=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCE is #2B2431. Grayscale: #D7D7D7. Windows color (decimal): -2827314 or 13556692. OLE color: 13556692.

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

Color convert

RGB 212 219 206 -
CMYK 0.03 0 0.06 0.14
HSL 92.31º 0.15% 0.83% -
HSV(B) 92.31º 0.06% 0.86% -
XYZ 63.62 69.12 68.38 -
YUV 215.43 122.68 125.56 -
System Red Green Blue C M Y K H S L
Decimal 212 219 206 0.03 0 0.06 0.14 92.31 0.15 0.83
Hex D4 DB CE 3 0 6 E 5C F 53
Octal 324 333 316 3 0 6 16 134 17 123
Binary 11010100 11011011 11001110 11 0 110 1110 1011100 1111 1010011

Color Harmonies of #D4DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBCE

Black with #D4DBCE

Text Example


Text Example

White with #D4DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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