#DAF3B5

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

Shades of Reef #DAF3B5

Tints of Reef #DAF3B5

Color information

#DAF3B5 (or 0xDAF3B5) is unknown color: approx Reef. HEX triplet: DA, F3 and B5. RGB value is (218,243,181). Sum of RGB (Red+Green+Blue) = 218+243+181=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF3B5 is #250C4A. Grayscale: #E4E4E4. Windows color (decimal): -2427979 or 11924442. OLE color: 11924442.

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

Color convert

RGB218243181-
CMYK0.1000.260.05
HSL84.19º72.09%83.14%-
HSV(B)84.19º25.51%95.29%-
XYZ69.382.3455.96-
YUV228.46101.22120.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.96%
GREEN value IS 243 (95.31% from 255) = 37.85%
BLUE value IS 181 (71.09% from 255) = 28.19%
R=33.96%
G=37.85%
B=28.19%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182431810.1000.260.0584.1972.0983.14
HexDAF3B5A01A5544853
Octal332363265120325124110123
Binary1101101011110011101101011010011010101101010010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3B5; }

 p { color: rgb(218,243,181); }

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

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

 a { background-color: rgb(218,243,181); }

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

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

 span { border-color: rgb(218,243,181); }

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