Html Css Color HEX #DAF8EA White Ice

📋 copy color: '#DAF8EA'

red 218 ◦ green 248 ◦ blue 234

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

Shades of White Ice #DAF8EA

Tints of White Ice #DAF8EA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.43%

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

R = 31.14%
G = 35.43%
B = 33.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#DAF8EA (or 0xDAF8EA) is known color: White Ice. HEX triplet: DA, F8 and EA. RGB value is (218,248,234). Sum of RGB (Red+Green+Blue) = 218+248+234=700 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.14% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF8EA is #250715. Grayscale: #EDEDED. Windows color (decimal): -2426646 or 15399130. OLE color: 15399130.

HSL color Cylindrical-coordinate representation of color #DAF8EA: hue angle of 152º degrees, saturation: 0.68, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF8EA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 218 248 234 -
CMYK 0.12 0 0.06 0.03
HSL 152º 0.68% 0.91% -
HSV(B) 152º 0.12% 0.97% -
XYZ 77.33 87.98 90.75 -
YUV 237.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 218 248 234 0.12 0 0.06 0.03 152 0.68 0.91
Hex DA F8 EA C 0 6 3 98 44 5B
Octal 332 370 352 14 0 6 3 230 104 133
Binary 11011010 11111000 11101010 1100 0 110 11 10011000 1000100 1011011

Color Harmonies of #DAF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF8EA

Black with #DAF8EA

Text Example


Text Example

White with #DAF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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