Html Css Color HEX #D2E6BB Ottoman

📋 copy color: '#D2E6BB'

red 210 ◦ green 230 ◦ blue 187

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

Shades of Ottoman #D2E6BB

Tints of Ottoman #D2E6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.68%

 BLUE value IS 187 (73.44% from 255) = 29.82%

R = 33.49%
G = 36.68%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D2E6BB (or 0xD2E6BB) is known color: Ottoman. HEX triplet: D2, E6 and BB. RGB value is (210,230,187). Sum of RGB (Red+Green+Blue) = 210+230+187=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 230 (90.23% from 255 or 36.68% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E6BB is #2D1944. Grayscale: #DBDBDB. Windows color (decimal): -2955589 or 12314322. OLE color: 12314322.

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

Color convert

RGB 210 230 187 -
CMYK 0.09 0 0.19 0.10
HSL 87.91º 0.46% 0.82% -
HSV(B) 87.91º 0.19% 0.9% -
XYZ 63.84 73.88 57.91 -
YUV 219.12 109.87 121.5 -
System Red Green Blue C M Y K H S L
Decimal 210 230 187 0.09 0 0.19 0.10 87.91 0.46 0.82
Hex D2 E6 BB 9 0 13 A 58 2E 52
Octal 322 346 273 11 0 23 12 130 56 122
Binary 11010010 11100110 10111011 1001 0 10011 1010 1011000 101110 1010010

Color Harmonies of #D2E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E6BB

Black with #D2E6BB

Text Example


Text Example

White with #D2E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E6BB; }

 p { color: rgb(210,230,187); }

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

background-color css

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

 a { background-color: rgb(210,230,187); }

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

border-color css

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

 span { border-color: rgb(210,230,187); }

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