#DAF1B0

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

Shades of Reef #DAF1B0

Tints of Reef #DAF1B0

Color information

#DAF1B0 (or 0xDAF1B0) is unknown color: approx Reef. HEX triplet: DA, F1 and B0. RGB value is (218,241,176). Sum of RGB (Red+Green+Blue) = 218+241+176=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 176 (69.14% from 255 or 27.72% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF1B0 is #250E4F. Grayscale: #E2E2E2. Windows color (decimal): -2428496 or 11596250. OLE color: 11596250.

HSL color Cylindrical-coordinate representation of color #DAF1B0: hue angle of 81.23º 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 #DAF1B0 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB218241176-
CMYK0.1000.270.05
HSL81.23º69.89%81.76%-
HSV(B)81.23º26.97%94.51%-
XYZ68.2180.9553.1-
YUV226.7199.38121.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 241 (94.53% from 255) = 37.95%
BLUE value IS 176 (69.14% from 255) = 27.72%
R=34.33%
G=37.95%
B=27.72%

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
Decimal2182411760.1000.270.0581.2369.8981.76
HexDAF1B0A01B5514652
Octal332361260120335121106122
Binary1101101011110001101100001010011011101101000110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1B0; }

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

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

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

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

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

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

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

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