Html Css Color HEX #D3E6BB Ottoman

📋 copy color: '#D3E6BB'

red 211 ◦ green 230 ◦ blue 187

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

Shades of Ottoman #D3E6BB

Tints of Ottoman #D3E6BB

RGB

 RED value IS 211 (82.81% from 255) = 33.6%

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

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

R = 33.6%
G = 36.62%
B = 29.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#D3E6BB (or 0xD3E6BB) is known color: Ottoman. HEX triplet: D3, E6 and BB. RGB value is (211,230,187). Sum of RGB (Red+Green+Blue) = 211+230+187=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 230 (90.23% from 255 or 36.62% from 628); Blue value is 187 (73.44% from 255 or 29.78% from 628); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6BB is #2C1944. Grayscale: #DBDBDB. Windows color (decimal): -2890053 or 12314323. OLE color: 12314323.

HSL color Cylindrical-coordinate representation of color #D3E6BB: hue angle of 86.51º 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 #D3E6BB is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 211 230 187 -
CMYK 0.08 0 0.19 0.10
HSL 86.51º 0.46% 0.82% -
HSV(B) 86.51º 0.19% 0.9% -
XYZ 64.13 74.03 57.92 -
YUV 219.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 211 230 187 0.08 0 0.19 0.10 86.51 0.46 0.82
Hex D3 E6 BB 8 0 13 A 57 2E 52
Octal 323 346 273 10 0 23 12 127 56 122
Binary 11010011 11100110 10111011 1000 0 10011 1010 1010111 101110 1010010

Color Harmonies of #D3E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3E6BB

Black with #D3E6BB

Text Example


Text Example

White with #D3E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3E6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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