#DAE69E

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

Shades of Reef #DAE69E

Tints of Reef #DAE69E

Color information

#DAE69E (or 0xDAE69E) is unknown color: approx Reef. HEX triplet: DA, E6 and 9E. RGB value is (218,230,158). Sum of RGB (Red+Green+Blue) = 218+230+158=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE69E is #251961. Grayscale: #DADADA. Windows color (decimal): -2431330 or 10413786. OLE color: 10413786.

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

Color convert

RGB218230158-
CMYK0.0500.310.10
HSL70º59.02%76.08%-
HSV(B)70º31.3%90.2%-
XYZ63.3873.9743.28-
YUV218.294.02127.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.97%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=35.97%
G=37.95%
B=26.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301580.0500.310.107059.0276.08
HexDAE69E501FA463b4c
Octal33234623650371210673114
Binary110110101110011010011110101011111101010001101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE69E; }

 p { color: rgb(218,230,158); }

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

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

 a { background-color: rgb(218,230,158); }

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

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

 span { border-color: rgb(218,230,158); }

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