#DAFEEB

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

Shades of White Ice #DAFEEB

Tints of White Ice #DAFEEB

Color information

#DAFEEB (or 0xDAFEEB) is unknown color: approx White Ice. HEX triplet: DA, FE and EB. RGB value is (218,254,235). Sum of RGB (Red+Green+Blue) = 218+254+235=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEEB is #250114. Grayscale: #F1F1F1. Windows color (decimal): -2425109 or 15466202. OLE color: 15466202.

HSL color Cylindrical-coordinate representation of color #DAFEEB: hue angle of 148.33º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFEEB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB218254235-
CMYK0.1400.070.00
HSL148.33º94.74%92.55%-
HSV(B)148.33º14.17%99.61%-
XYZ79.3591.7992.13-
YUV241.07124.57111.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 30.83%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 235 (92.19% from 255) = 33.24%
R=30.83%
G=35.93%
B=33.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542350.1400.070.00148.3394.7492.55
HexDAFEEBE070945f5d
Octal33237635316070224137135
Binary1101101011111110111010111110011101001010010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEEB; }

 p { color: rgb(218,254,235); }

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

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

 a { background-color: rgb(218,254,235); }

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

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

 span { border-color: rgb(218,254,235); }

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