Html Css Color HEX #D2E5BC Ottoman

📋 copy color: '#D2E5BC'

red 210 ◦ green 229 ◦ blue 188

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

Shades of Ottoman #D2E5BC

Tints of Ottoman #D2E5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.52%

 BLUE value IS 188 (73.83% from 255) = 29.98%

R = 33.49%
G = 36.52%
B = 29.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#D2E5BC (or 0xD2E5BC) is known color: Ottoman. HEX triplet: D2, E5 and BC. RGB value is (210,229,188). Sum of RGB (Red+Green+Blue) = 210+229+188=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E5BC is #2D1A43. Grayscale: #DADADA. Windows color (decimal): -2955844 or 12379602. OLE color: 12379602.

HSL color Cylindrical-coordinate representation of color #D2E5BC: hue angle of 87.8º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2E5BC is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 188 -
CMYK 0.08 0 0.18 0.10
HSL 87.8º 0.44% 0.82% -
HSV(B) 87.8º 0.18% 0.9% -
XYZ 63.67 73.37 58.38 -
YUV 218.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 210 229 188 0.08 0 0.18 0.10 87.8 0.44 0.82
Hex D2 E5 BC 8 0 12 A 58 2C 52
Octal 322 345 274 10 0 22 12 130 54 122
Binary 11010010 11100101 10111100 1000 0 10010 1010 1011000 101100 1010010

Color Harmonies of #D2E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5BC

Black with #D2E5BC

Text Example


Text Example

White with #D2E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5BC; }

 p { color: rgb(210,229,188); }

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

background-color css

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

 a { background-color: rgb(210,229,188); }

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

border-color css

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

 span { border-color: rgb(210,229,188); }

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