#DAF1B1

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

Shades of Reef #DAF1B1

Tints of Reef #DAF1B1

Color information

#DAF1B1 (or 0xDAF1B1) is unknown color: approx Reef. HEX triplet: DA, F1 and B1. RGB value is (218,241,177). Sum of RGB (Red+Green+Blue) = 218+241+177=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 177 (69.53% from 255 or 27.83% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1B1 is #250E4E. Grayscale: #E3E3E3. Windows color (decimal): -2428495 or 11661786. OLE color: 11661786.

HSL color Cylindrical-coordinate representation of color #DAF1B1: hue angle of 81.56º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAF1B1 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB218241177-
CMYK0.1000.270.05
HSL81.56º69.57%81.96%-
HSV(B)81.56º26.56%94.51%-
XYZ68.380.9953.63-
YUV226.8399.88121.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 241 (94.53% from 255) = 37.89%
BLUE value IS 177 (69.53% from 255) = 27.83%
R=34.28%
G=37.89%
B=27.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182411770.1000.270.0581.5669.5781.96
HexDAF1B1A01B5524652
Octal332361261120335122106122
Binary1101101011110001101100011010011011101101001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1B1; }

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

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

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

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

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

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

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

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