Html Css Color HEX #D2DCC4 Ottoman

📋 copy color: '#D2DCC4'

red 210 ◦ green 220 ◦ blue 196

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

Shades of Ottoman #D2DCC4

Tints of Ottoman #D2DCC4

RGB

 RED value IS 210 (82.42% from 255) = 33.55%

 GREEN value IS 220 (86.33% from 255) = 35.14%

 BLUE value IS 196 (76.95% from 255) = 31.31%

R = 33.55%
G = 35.14%
B = 31.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#D2DCC4 (or 0xD2DCC4) is known color: Ottoman. HEX triplet: D2, DC and C4. RGB value is (210,220,196). Sum of RGB (Red+Green+Blue) = 210+220+196=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCC4 is #2D233B. Grayscale: #D6D6D6. Windows color (decimal): -2958140 or 12901586. OLE color: 12901586.

HSL color Cylindrical-coordinate representation of color #D2DCC4: hue angle of 85º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2DCC4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 220 196 -
CMYK 0.05 0 0.11 0.14
HSL 85º 0.26% 0.82% -
HSV(B) 85º 0.11% 0.86% -
XYZ 62.14 68.87 62.24 -
YUV 214.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 210 220 196 0.05 0 0.11 0.14 85 0.26 0.82
Hex D2 DC C4 5 0 B E 55 1A 52
Octal 322 334 304 5 0 13 16 125 32 122
Binary 11010010 11011100 11000100 101 0 1011 1110 1010101 11010 1010010

Color Harmonies of #D2DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DCC4

Black with #D2DCC4

Text Example


Text Example

White with #D2DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DCC4; }

 p { color: rgb(210,220,196); }

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

background-color css

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

 a { background-color: rgb(210,220,196); }

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

border-color css

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

 span { border-color: rgb(210,220,196); }

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