Html Css Color HEX #DAFBEA White Ice

📋 copy color: '#DAFBEA'

red 218 ◦ green 251 ◦ blue 234

#DAFBEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Ice #DAFBEA

Tints of White Ice #DAFBEA

RGB

 RED value IS 218 (85.55% from 255) = 31.01%

 GREEN value IS 251 (98.44% from 255) = 35.7%

 BLUE value IS 234 (91.8% from 255) = 33.29%

R = 31.01%
G = 35.7%
B = 33.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#DAFBEA (or 0xDAFBEA) is known color: White Ice. HEX triplet: DA, FB and EA. RGB value is (218,251,234). Sum of RGB (Red+Green+Blue) = 218+251+234=703 (93% of max value = 765). Red value is 218 (85.55% from 255 or 31.01% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFBEA is #250415. Grayscale: #EFEFEF. Windows color (decimal): -2425878 or 15399898. OLE color: 15399898.

HSL color Cylindrical-coordinate representation of color #DAFBEA: hue angle of 149.09º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFBEA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 251 234 -
CMYK 0.13 0 0.07 0.02
HSL 149.09º 0.8% 0.92% -
HSV(B) 149.09º 0.13% 0.98% -
XYZ 78.26 89.84 91.06 -
YUV 239.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 218 251 234 0.13 0 0.07 0.02 149.09 0.8 0.92
Hex DA FB EA D 0 7 2 95 50 5C
Octal 332 373 352 15 0 7 2 225 120 134
Binary 11011010 11111011 11101010 1101 0 111 10 10010101 1010000 1011100

Color Harmonies of #DAFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFBEA

Black with #DAFBEA

Text Example


Text Example

White with #DAFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFBEA; }

 p { color: rgb(218,251,234); }

 H1.HeaderClassName
 {
   color: #DAFBEA;
 }
 .AnyTagClassName
 {
   color: #DAFBEA;
 }
</style>

background-color css

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

 a { background-color: rgb(218,251,234); }

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

border-color css

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

 span { border-color: rgb(218,251,234); }

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