Html Css Color HEX #D4E6BB Ottoman

📋 copy color: '#D4E6BB'

red 212 ◦ green 230 ◦ blue 187

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

Shades of Ottoman #D4E6BB

Tints of Ottoman #D4E6BB

RGB

 RED value IS 212 (83.2% from 255) = 33.7%

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

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

R = 33.7%
G = 36.57%
B = 29.73%

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

#D4E6BB (or 0xD4E6BB) is known color: Ottoman. HEX triplet: D4, E6 and BB. RGB value is (212,230,187). Sum of RGB (Red+Green+Blue) = 212+230+187=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 230 (90.23% from 255 or 36.57% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 230 - color contains mainly: green. Hex color #D4E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4E6BB is #2B1944. Grayscale: #DBDBDB. Windows color (decimal): -2824517 or 12314324. OLE color: 12314324.

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

Color convert

RGB 212 230 187 -
CMYK 0.08 0 0.19 0.10
HSL 85.12º 0.46% 0.82% -
HSV(B) 85.12º 0.19% 0.9% -
XYZ 64.42 74.18 57.94 -
YUV 219.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 212 230 187 0.08 0 0.19 0.10 85.12 0.46 0.82
Hex D4 E6 BB 8 0 13 A 55 2E 52
Octal 324 346 273 10 0 23 12 125 56 122
Binary 11010100 11100110 10111011 1000 0 10011 1010 1010101 101110 1010010

Color Harmonies of #D4E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4E6BB

Black with #D4E6BB

Text Example


Text Example

White with #D4E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4E6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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