Html Css Color HEX #DAF9E8 White Ice

📋 copy color: '#DAF9E8'

red 218 ◦ green 249 ◦ blue 232

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

Shades of White Ice #DAF9E8

Tints of White Ice #DAF9E8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 35.62%

 BLUE value IS 232 (91.02% from 255) = 33.19%

R = 31.19%
G = 35.62%
B = 33.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#DAF9E8 (or 0xDAF9E8) is known color: White Ice. HEX triplet: DA, F9 and E8. RGB value is (218,249,232). Sum of RGB (Red+Green+Blue) = 218+249+232=699 (92% of max value = 765). Red value is 218 (85.55% from 255 or 31.19% from 699); Green value is 249 (97.66% from 255 or 35.62% from 699); Blue value is 232 (91.02% from 255 or 33.19% from 699); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF9E8 is #250617. Grayscale: #EDEDED. Windows color (decimal): -2426392 or 15268314. OLE color: 15268314.

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

Color convert

RGB 218 249 232 -
CMYK 0.12 0 0.07 0.02
HSL 147.1º 0.72% 0.92% -
HSV(B) 147.1º 0.12% 0.98% -
XYZ 77.35 88.48 89.35 -
YUV 237.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 218 249 232 0.12 0 0.07 0.02 147.1 0.72 0.92
Hex DA F9 E8 C 0 7 2 93 48 5C
Octal 332 371 350 14 0 7 2 223 110 134
Binary 11011010 11111001 11101000 1100 0 111 10 10010011 1001000 1011100

Color Harmonies of #DAF9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF9E8

Black with #DAF9E8

Text Example


Text Example

White with #DAF9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF9E8; }

 p { color: rgb(218,249,232); }

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

background-color css

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

 a { background-color: rgb(218,249,232); }

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

border-color css

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

 span { border-color: rgb(218,249,232); }

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