#DAF3E6

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

Shades of White Ice #DAF3E6

Tints of White Ice #DAF3E6

Color information

#DAF3E6 (or 0xDAF3E6) is unknown color: approx White Ice. HEX triplet: DA, F3 and E6. RGB value is (218,243,230). Sum of RGB (Red+Green+Blue) = 218+243+230=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 230 (90.23% from 255 or 33.29% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #DAF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF3E6 is #250C19. Grayscale: #EAEAEA. Windows color (decimal): -2427930 or 15135706. OLE color: 15135706.

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

Color convert

RGB218243230-
CMYK0.1000.050.05
HSL148.8º51.02%90.39%-
HSV(B)148.8º10.29%95.29%-
XYZ75.2584.7287.25-
YUV234.04125.72116.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 243 (95.31% from 255) = 35.17%
BLUE value IS 230 (90.23% from 255) = 33.29%
R=31.55%
G=35.17%
B=33.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182432300.1000.050.05148.851.0290.39
HexDAF3E6A05595335a
Octal3323633461205522563132
Binary11011010111100111110011010100101101100101011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF3E6; }

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

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

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

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

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

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

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

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