Html Css Color HEX #D4DFCB Ottoman

📋 copy color: '#D4DFCB'

red 212 ◦ green 223 ◦ blue 203

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

Shades of Ottoman #D4DFCB

Tints of Ottoman #D4DFCB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.95%

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

R = 33.23%
G = 34.95%
B = 31.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#D4DFCB (or 0xD4DFCB) is known color: Ottoman. HEX triplet: D4, DF and CB. RGB value is (212,223,203). Sum of RGB (Red+Green+Blue) = 212+223+203=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DFCB is #2B2034. Grayscale: #D9D9D9. Windows color (decimal): -2826293 or 13361108. OLE color: 13361108.

HSL color Cylindrical-coordinate representation of color #D4DFCB: hue angle of 93º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4DFCB is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 223 203 -
CMYK 0.05 0 0.09 0.13
HSL 93º 0.24% 0.84% -
HSV(B) 93º 0.09% 0.87% -
XYZ 64.32 71.08 66.83 -
YUV 217.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 212 223 203 0.05 0 0.09 0.13 93 0.24 0.84
Hex D4 DF CB 5 0 9 D 5D 18 54
Octal 324 337 313 5 0 11 15 135 30 124
Binary 11010100 11011111 11001011 101 0 1001 1101 1011101 11000 1010100

Color Harmonies of #D4DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DFCB

Black with #D4DFCB

Text Example


Text Example

White with #D4DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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