Html Css Color HEX #D4DBCD Ottoman

📋 copy color: '#D4DBCD'

red 212 ◦ green 219 ◦ blue 205

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

Shades of Ottoman #D4DBCD

Tints of Ottoman #D4DBCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.23%

R = 33.33%
G = 34.43%
B = 32.23%

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

#D4DBCD (or 0xD4DBCD) is known color: Ottoman. HEX triplet: D4, DB and CD. RGB value is (212,219,205). Sum of RGB (Red+Green+Blue) = 212+219+205=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCD is #2B2432. Grayscale: #D7D7D7. Windows color (decimal): -2827315 or 13491156. OLE color: 13491156.

HSL color Cylindrical-coordinate representation of color #D4DBCD: hue angle of 90º degrees, saturation: 0.16, 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 #D4DBCD is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 219 205 -
CMYK 0.03 0 0.06 0.14
HSL 90º 0.16% 0.83% -
HSV(B) 90º 0.06% 0.86% -
XYZ 63.5 69.07 67.74 -
YUV 215.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 212 219 205 0.03 0 0.06 0.14 90 0.16 0.83
Hex D4 DB CD 3 0 6 E 5A 10 53
Octal 324 333 315 3 0 6 16 132 20 123
Binary 11010100 11011011 11001101 11 0 110 1110 1011010 10000 1010011

Color Harmonies of #D4DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBCD

Black with #D4DBCD

Text Example


Text Example

White with #D4DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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