#DBE69D

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

Shades of Reef #DBE69D

Tints of Reef #DBE69D

Color information

#DBE69D (or 0xDBE69D) is unknown color: approx Reef. HEX triplet: DB, E6 and 9D. RGB value is (219,230,157). Sum of RGB (Red+Green+Blue) = 219+230+157=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 157 (61.72% from 255 or 25.91% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69D is #241962. Grayscale: #DADADA. Windows color (decimal): -2365795 or 10348251. OLE color: 10348251.

HSL color Cylindrical-coordinate representation of color #DBE69D: hue angle of 69.04º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE69D is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB219230157-
CMYK0.0500.320.10
HSL69.04º59.35%75.88%-
HSV(B)69.04º31.74%90.2%-
XYZ63.674.0942.85-
YUV218.3993.36128.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 157 (61.72% from 255) = 25.91%
R=36.14%
G=37.95%
B=25.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192301570.0500.320.1069.0459.3575.88
HexDBE69D5020A453b4c
Octal33334623550401210573114
Binary1101101111100110100111011010100000101010001011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE69D; }

 p { color: rgb(219,230,157); }

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

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

 a { background-color: rgb(219,230,157); }

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

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

 span { border-color: rgb(219,230,157); }

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