Html Css Color HEX #D4DBCB Ottoman

📋 copy color: '#D4DBCB'

red 212 ◦ green 219 ◦ blue 203

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

Shades of Ottoman #D4DBCB

Tints of Ottoman #D4DBCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.02%

R = 33.44%
G = 34.54%
B = 32.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#D4DBCB (or 0xD4DBCB) is known color: Ottoman. HEX triplet: D4, DB and CB. RGB value is (212,219,203). Sum of RGB (Red+Green+Blue) = 212+219+203=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBCB is #2B2434. Grayscale: #D7D7D7. Windows color (decimal): -2827317 or 13360084. OLE color: 13360084.

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

Color convert

RGB 212 219 203 -
CMYK 0.03 0 0.07 0.14
HSL 86.25º 0.18% 0.83% -
HSV(B) 86.25º 0.07% 0.86% -
XYZ 63.26 68.97 66.48 -
YUV 215.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 212 219 203 0.03 0 0.07 0.14 86.25 0.18 0.83
Hex D4 DB CB 3 0 7 E 56 12 53
Octal 324 333 313 3 0 7 16 126 22 123
Binary 11010100 11011011 11001011 11 0 111 1110 1010110 10010 1010011

Color Harmonies of #D4DBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DBCB

Black with #D4DBCB

Text Example


Text Example

White with #D4DBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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