#DBE69C

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

Shades of Reef #DBE69C

Tints of Reef #DBE69C

Color information

#DBE69C (or 0xDBE69C) is unknown color: approx Reef. HEX triplet: DB, E6 and 9C. RGB value is (219,230,156). Sum of RGB (Red+Green+Blue) = 219+230+156=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 156 (61.33% from 255 or 25.79% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE69C is #241963. Grayscale: #DADADA. Windows color (decimal): -2365796 or 10282715. OLE color: 10282715.

HSL color Cylindrical-coordinate representation of color #DBE69C: hue angle of 68.92º degrees, saturation: 0.6, 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 #DBE69C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB219230156-
CMYK0.0500.320.10
HSL68.92º59.68%75.69%-
HSV(B)68.92º32.17%90.2%-
XYZ63.5174.0542.4-
YUV218.2792.86128.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 230 (90.23% from 255) = 38.02%
BLUE value IS 156 (61.33% from 255) = 25.79%
R=36.20%
G=38.02%
B=25.79%

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
Decimal2192301560.0500.320.1068.9259.6875.69
HexDBE69C5020A453c4c
Octal33334623450401210574114
Binary1101101111100110100111001010100000101010001011111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE69C; }

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

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

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

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

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

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

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

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