#DBF3B5

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

Shades of Reef #DBF3B5

Tints of Reef #DBF3B5

Color information

#DBF3B5 (or 0xDBF3B5) is unknown color: approx Reef. HEX triplet: DB, F3 and B5. RGB value is (219,243,181). Sum of RGB (Red+Green+Blue) = 219+243+181=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 243 (95.31% from 255 or 37.79% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3B5 is #240C4A. Grayscale: #E4E4E4. Windows color (decimal): -2362443 or 11924443. OLE color: 11924443.

HSL color Cylindrical-coordinate representation of color #DBF3B5: hue angle of 83.23º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF3B5 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB219243181-
CMYK0.1000.260.05
HSL83.23º72.09%83.14%-
HSV(B)83.23º25.51%95.29%-
XYZ69.682.555.97-
YUV228.76101.05121.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.06%
GREEN value IS 243 (95.31% from 255) = 37.79%
BLUE value IS 181 (71.09% from 255) = 28.15%
R=34.06%
G=37.79%
B=28.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431810.1000.260.0583.2372.0983.14
HexDBF3B5A01A5534853
Octal333363265120325123110123
Binary1101101111110011101101011010011010101101001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3B5; }

 p { color: rgb(219,243,181); }

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

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

 a { background-color: rgb(219,243,181); }

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

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

 span { border-color: rgb(219,243,181); }

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