#DBF3B1

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

Shades of Reef #DBF3B1

Tints of Reef #DBF3B1

Color information

#DBF3B1 (or 0xDBF3B1) is unknown color: approx Reef. HEX triplet: DB, F3 and B1. RGB value is (219,243,177). Sum of RGB (Red+Green+Blue) = 219+243+177=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF3B1 is #240C4E. Grayscale: #E4E4E4. Windows color (decimal): -2362447 or 11662299. OLE color: 11662299.

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

Color convert

RGB219243177-
CMYK0.1000.270.05
HSL81.82º73.33%82.35%-
HSV(B)81.82º27.16%95.29%-
XYZ69.282.3453.84-
YUV228.399.05121.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.27%
GREEN value IS 243 (95.31% from 255) = 38.03%
BLUE value IS 177 (69.53% from 255) = 27.70%
R=34.27%
G=38.03%
B=27.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192431770.1000.270.0581.8273.3382.35
HexDBF3B1A01B5524952
Octal333363261120335122111122
Binary1101101111110011101100011010011011101101001010010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3B1; }

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

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

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

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

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

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

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

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