Html Css Color HEX #D5E8BC Ottoman

📋 copy color: '#D5E8BC'

red 213 ◦ green 232 ◦ blue 188

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

Shades of Ottoman #D5E8BC

Tints of Ottoman #D5E8BC

RGB

 RED value IS 213 (83.59% from 255) = 33.65%

 GREEN value IS 232 (91.02% from 255) = 36.65%

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

R = 33.65%
G = 36.65%
B = 29.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#D5E8BC (or 0xD5E8BC) is known color: Ottoman. HEX triplet: D5, E8 and BC. RGB value is (213,232,188). Sum of RGB (Red+Green+Blue) = 213+232+188=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 188 (73.83% from 255 or 29.70% from 633); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8BC is #2A1743. Grayscale: #DDDDDD. Windows color (decimal): -2758468 or 12380373. OLE color: 12380373.

HSL color Cylindrical-coordinate representation of color #D5E8BC: hue angle of 85.91º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5E8BC is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 188 -
CMYK 0.08 0 0.19 0.09
HSL 85.91º 0.49% 0.82% -
HSV(B) 85.91º 0.19% 0.91% -
XYZ 65.37 75.49 58.7 -
YUV 221.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 213 232 188 0.08 0 0.19 0.09 85.91 0.49 0.82
Hex D5 E8 BC 8 0 13 9 56 31 52
Octal 325 350 274 10 0 23 11 126 61 122
Binary 11010101 11101000 10111100 1000 0 10011 1001 1010110 110001 1010010

Color Harmonies of #D5E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8BC

Black with #D5E8BC

Text Example


Text Example

White with #D5E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8BC; }

 p { color: rgb(213,232,188); }

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

background-color css

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

 a { background-color: rgb(213,232,188); }

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

border-color css

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

 span { border-color: rgb(213,232,188); }

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