Html Css Color HEX #D2E1C8 Ottoman

📋 copy color: '#D2E1C8'

red 210 ◦ green 225 ◦ blue 200

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

Shades of Ottoman #D2E1C8

Tints of Ottoman #D2E1C8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.43%

 BLUE value IS 200 (78.52% from 255) = 31.5%

R = 33.07%
G = 35.43%
B = 31.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#D2E1C8 (or 0xD2E1C8) is known color: Ottoman. HEX triplet: D2, E1 and C8. RGB value is (210,225,200). Sum of RGB (Red+Green+Blue) = 210+225+200=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1C8 is #2D1E37. Grayscale: #D9D9D9. Windows color (decimal): -2956856 or 13165010. OLE color: 13165010.

HSL color Cylindrical-coordinate representation of color #D2E1C8: hue angle of 96º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2E1C8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 225 200 -
CMYK 0.07 0 0.11 0.12
HSL 96º 0.29% 0.83% -
HSV(B) 96º 0.11% 0.88% -
XYZ 63.93 71.72 65.12 -
YUV 217.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 210 225 200 0.07 0 0.11 0.12 96 0.29 0.83
Hex D2 E1 C8 7 0 B C 60 1D 53
Octal 322 341 310 7 0 13 14 140 35 123
Binary 11010010 11100001 11001000 111 0 1011 1100 1100000 11101 1010011

Color Harmonies of #D2E1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1C8

Black with #D2E1C8

Text Example


Text Example

White with #D2E1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1C8; }

 p { color: rgb(210,225,200); }

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

background-color css

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

 a { background-color: rgb(210,225,200); }

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

border-color css

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

 span { border-color: rgb(210,225,200); }

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