Html Css Color HEX #D2E1BF Ottoman

📋 copy color: '#D2E1BF'

red 210 ◦ green 225 ◦ blue 191

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

Shades of Ottoman #D2E1BF

Tints of Ottoman #D2E1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.51%

R = 33.55%
G = 35.94%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#D2E1BF (or 0xD2E1BF) is known color: Ottoman. HEX triplet: D2, E1 and BF. RGB value is (210,225,191). Sum of RGB (Red+Green+Blue) = 210+225+191=626 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.55% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 191 (75% from 255 or 30.51% from 626); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E1BF is #2D1E40. Grayscale: #D8D8D8. Windows color (decimal): -2956865 or 12575186. OLE color: 12575186.

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

Color convert

RGB 210 225 191 -
CMYK 0.07 0 0.15 0.12
HSL 86.47º 0.36% 0.82% -
HSV(B) 86.47º 0.15% 0.88% -
XYZ 62.91 71.31 59.74 -
YUV 216.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 210 225 191 0.07 0 0.15 0.12 86.47 0.36 0.82
Hex D2 E1 BF 7 0 F C 56 24 52
Octal 322 341 277 7 0 17 14 126 44 122
Binary 11010010 11100001 10111111 111 0 1111 1100 1010110 100100 1010010

Color Harmonies of #D2E1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E1BF

Black with #D2E1BF

Text Example


Text Example

White with #D2E1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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