#DAEBAE

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

Shades of Reef #DAEBAE

Tints of Reef #DAEBAE

Color information

#DAEBAE (or 0xDAEBAE) is unknown color: approx Reef. HEX triplet: DA, EB and AE. RGB value is (218,235,174). Sum of RGB (Red+Green+Blue) = 218+235+174=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBAE is #251451. Grayscale: #DFDFDF. Windows color (decimal): -2430034 or 11463642. OLE color: 11463642.

HSL color Cylindrical-coordinate representation of color #DAEBAE: hue angle of 76.72º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAEBAE is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB218235174-
CMYK0.0700.260.08
HSL76.72º60.4%80.2%-
HSV(B)76.72º25.96%92.16%-
XYZ66.2677.3851.49-
YUV222.96100.37124.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 235 (92.19% from 255) = 37.48%
BLUE value IS 174 (68.36% from 255) = 27.75%
R=34.77%
G=37.48%
B=27.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351740.0700.260.0876.7260.480.2
HexDAEBAE701A84d3c50
Octal33235325670321011574120
Binary110110101110101110101110111011010100010011011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBAE; }

 p { color: rgb(218,235,174); }

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

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

 a { background-color: rgb(218,235,174); }

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

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

 span { border-color: rgb(218,235,174); }

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