#DBEFAB

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

Shades of Reef #DBEFAB

Tints of Reef #DBEFAB

Color information

#DBEFAB (or 0xDBEFAB) is unknown color: approx Reef. HEX triplet: DB, EF and AB. RGB value is (219,239,171). Sum of RGB (Red+Green+Blue) = 219+239+171=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAB is #241054. Grayscale: #E1E1E1. Windows color (decimal): -2363477 or 11268059. OLE color: 11268059.

HSL color Cylindrical-coordinate representation of color #DBEFAB: hue angle of 77.65º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBEFAB is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB219239171-
CMYK0.0800.280.06
HSL77.65º68%80.39%-
HSV(B)77.65º28.45%93.73%-
XYZ67.4379.7350.36-
YUV225.2797.37123.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.82%
GREEN value IS 239 (93.75% from 255) = 38.00%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=34.82%
G=38.00%
B=27.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192391710.0800.280.0677.656880.39
HexDBEFAB801C64e4450
Octal333357253100346116104120
Binary1101101111101111101010111000011100110100111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFAB; }

 p { color: rgb(219,239,171); }

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

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

 a { background-color: rgb(219,239,171); }

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

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

 span { border-color: rgb(219,239,171); }

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