#DAEFA1

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

Shades of Reef #DAEFA1

Tints of Reef #DAEFA1

Color information

#DAEFA1 (or 0xDAEFA1) is unknown color: approx Reef. HEX triplet: DA, EF and A1. RGB value is (218,239,161). Sum of RGB (Red+Green+Blue) = 218+239+161=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 161 (63.28% from 255 or 26.05% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEFA1 is #25105E. Grayscale: #E0E0E0. Windows color (decimal): -2429023 or 10612698. OLE color: 10612698.

HSL color Cylindrical-coordinate representation of color #DAEFA1: hue angle of 76.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAEFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB218239161-
CMYK0.0900.330.06
HSL76.15º70.91%78.43%-
HSV(B)76.15º32.64%93.73%-
XYZ66.2179.2145.52-
YUV223.8392.54123.84-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 161 (63.28% from 255) = 26.05%
R=35.28%
G=38.67%
B=26.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182391610.0900.330.0676.1570.9178.43
HexDAEFA1902164c474e
Octal332357241110416114107116
Binary11011010111011111010000110010100001110100110010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFA1; }

 p { color: rgb(218,239,161); }

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

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

 a { background-color: rgb(218,239,161); }

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

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

 span { border-color: rgb(218,239,161); }

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