Html Css Color HEX #DAFCED White Ice

📋 copy color: '#DAFCED'

red 218 ◦ green 252 ◦ blue 237

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

Shades of White Ice #DAFCED

Tints of White Ice #DAFCED

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.64%

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

R = 30.83%
G = 35.64%
B = 33.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#DAFCED (or 0xDAFCED) is known color: White Ice. HEX triplet: DA, FC and ED. RGB value is (218,252,237). Sum of RGB (Red+Green+Blue) = 218+252+237=707 (93% of max value = 765). Red value is 218 (85.55% from 255 or 30.83% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAFCED is #250312. Grayscale: #F0F0F0. Windows color (decimal): -2425619 or 15596762. OLE color: 15596762.

HSL color Cylindrical-coordinate representation of color #DAFCED: hue angle of 153.53º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAFCED is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 252 237 -
CMYK 0.13 0 0.06 0.01
HSL 153.53º 0.85% 0.92% -
HSV(B) 153.53º 0.13% 0.99% -
XYZ 79.01 90.64 93.45 -
YUV 240.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 218 252 237 0.13 0 0.06 0.01 153.53 0.85 0.92
Hex DA FC ED D 0 6 1 9A 55 5C
Octal 332 374 355 15 0 6 1 232 125 134
Binary 11011010 11111100 11101101 1101 0 110 1 10011010 1010101 1011100

Color Harmonies of #DAFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFCED

Black with #DAFCED

Text Example


Text Example

White with #DAFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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