#DBEEB2

Color #DBEEB2 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DBEEB2

Tints of Reef #DBEEB2

Color information

#DBEEB2 (or 0xDBEEB2) is unknown color: approx Reef. HEX triplet: DB, EE and B2. RGB value is (219,238,178). Sum of RGB (Red+Green+Blue) = 219+238+178=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 178 (69.92% from 255 or 28.03% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEEB2 is #24114D. Grayscale: #E1E1E1. Windows color (decimal): -2363726 or 11726555. OLE color: 11726555.

HSL color Cylindrical-coordinate representation of color #DBEEB2: hue angle of 79º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBEEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB219238178-
CMYK0.0800.250.07
HSL79º63.83%81.57%-
HSV(B)79º25.21%93.33%-
XYZ67.8279.4253.88-
YUV225.48101.21123.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.49%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 178 (69.92% from 255) = 28.03%
R=34.49%
G=37.48%
B=28.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192381780.0800.250.077963.8381.57
HexDBEEB2801974f4052
Octal333356262100317117100122
Binary1101101111101110101100101000011001111100111110000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEB2; }

 p { color: rgb(219,238,178); }

 H1.HeaderClassName
 {
   color: #DBEEB2;
 }
 .AnyTagClassName
 {
   color: #DBEEB2;
 }
</style>
background-color css

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

 a { background-color: rgb(219,238,178); }

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

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

 span { border-color: rgb(219,238,178); }

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