#DAF7B1

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

Shades of Reef #DAF7B1

Tints of Reef #DAF7B1

Color information

#DAF7B1 (or 0xDAF7B1) is unknown color: approx Reef. HEX triplet: DA, F7 and B1. RGB value is (218,247,177). Sum of RGB (Red+Green+Blue) = 218+247+177=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 177 (69.53% from 255 or 27.57% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF7B1 is #25084E. Grayscale: #E6E6E6. Windows color (decimal): -2426959 or 11663322. OLE color: 11663322.

HSL color Cylindrical-coordinate representation of color #DAF7B1: hue angle of 84.86º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAF7B1 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB218247177-
CMYK0.1200.280.03
HSL84.86º81.4%83.14%-
HSV(B)84.86º28.34%96.86%-
XYZ70.1184.654.23-
YUV230.3597.89119.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 247 (96.88% from 255) = 38.47%
BLUE value IS 177 (69.53% from 255) = 27.57%
R=33.96%
G=38.47%
B=27.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182471770.1200.280.0384.8681.483.14
HexDAF7B1C01C3555153
Octal332367261140343125121123
Binary110110101111011110110001110001110011101010110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7B1; }

 p { color: rgb(218,247,177); }

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

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

 a { background-color: rgb(218,247,177); }

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

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

 span { border-color: rgb(218,247,177); }

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