Html Css Color HEX #D2DDC4 Ottoman

📋 copy color: '#D2DDC4'

red 210 ◦ green 221 ◦ blue 196

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

Shades of Ottoman #D2DDC4

Tints of Ottoman #D2DDC4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

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

R = 33.49%
G = 35.25%
B = 31.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#D2DDC4 (or 0xD2DDC4) is known color: Ottoman. HEX triplet: D2, DD and C4. RGB value is (210,221,196). Sum of RGB (Red+Green+Blue) = 210+221+196=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDC4 is #2D223B. Grayscale: #D6D6D6. Windows color (decimal): -2957884 or 12901842. OLE color: 12901842.

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

Color convert

RGB 210 221 196 -
CMYK 0.05 0 0.11 0.13
HSL 86.4º 0.27% 0.82% -
HSV(B) 86.4º 0.11% 0.87% -
XYZ 62.4 69.4 62.33 -
YUV 214.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 210 221 196 0.05 0 0.11 0.13 86.4 0.27 0.82
Hex D2 DD C4 5 0 B D 56 1B 52
Octal 322 335 304 5 0 13 15 126 33 122
Binary 11010010 11011101 11000100 101 0 1011 1101 1010110 11011 1010010

Color Harmonies of #D2DDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDC4

Black with #D2DDC4

Text Example


Text Example

White with #D2DDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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