Html Css Color HEX #D2DEC3 Ottoman

📋 copy color: '#D2DEC3'

red 210 ◦ green 222 ◦ blue 195

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

Shades of Ottoman #D2DEC3

Tints of Ottoman #D2DEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.41%

 BLUE value IS 195 (76.56% from 255) = 31.1%

R = 33.49%
G = 35.41%
B = 31.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#D2DEC3 (or 0xD2DEC3) is known color: Ottoman. HEX triplet: D2, DE and C3. RGB value is (210,222,195). Sum of RGB (Red+Green+Blue) = 210+222+195=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DEC3 is #2D213C. Grayscale: #D7D7D7. Windows color (decimal): -2957629 or 12836562. OLE color: 12836562.

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

Color convert

RGB 210 222 195 -
CMYK 0.05 0 0.12 0.13
HSL 86.67º 0.29% 0.82% -
HSV(B) 86.67º 0.12% 0.87% -
XYZ 62.55 69.88 61.82 -
YUV 215.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 210 222 195 0.05 0 0.12 0.13 86.67 0.29 0.82
Hex D2 DE C3 5 0 C D 57 1D 52
Octal 322 336 303 5 0 14 15 127 35 122
Binary 11010010 11011110 11000011 101 0 1100 1101 1010111 11101 1010010

Color Harmonies of #D2DEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DEC3

Black with #D2DEC3

Text Example


Text Example

White with #D2DEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DEC3; }

 p { color: rgb(210,222,195); }

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

background-color css

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

 a { background-color: rgb(210,222,195); }

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

border-color css

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

 span { border-color: rgb(210,222,195); }

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