Html Css Color HEX #DAFEED White Ice

📋 copy color: '#DAFEED'

red 218 ◦ green 254 ◦ blue 237

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

Shades of White Ice #DAFEED

Tints of White Ice #DAFEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 35.83%

 BLUE value IS 237 (92.97% from 255) = 33.43%

R = 30.75%
G = 35.83%
B = 33.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#DAFEED (or 0xDAFEED) is known color: White Ice. HEX triplet: DA, FE and ED. RGB value is (218,254,237). Sum of RGB (Red+Green+Blue) = 218+254+237=709 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.75% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFEED is #250112. Grayscale: #F1F1F1. Windows color (decimal): -2425107 or 15597274. OLE color: 15597274.

HSL color Cylindrical-coordinate representation of color #DAFEED: hue angle of 151.67º 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 #DAFEED is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 218 254 237 -
CMYK 0.14 0 0.07 0.00
HSL 151.67º 0.95% 0.93% -
HSV(B) 151.67º 0.14% 1% -
XYZ 79.64 91.9 93.66 -
YUV 241.3 125.57 111.38 -
System Red Green Blue C M Y K H S L
Decimal 218 254 237 0.14 0 0.07 0.00 151.67 0.95 0.93
Hex DA FE ED E 0 7 0 98 5F 5D
Octal 332 376 355 16 0 7 0 230 137 135
Binary 11011010 11111110 11101101 1110 0 111 0 10011000 1011111 1011101

Color Harmonies of #DAFEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFEED

Black with #DAFEED

Text Example


Text Example

White with #DAFEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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