Html Css Color HEX #DAF4E7 White Ice

📋 copy color: '#DAF4E7'

red 218 ◦ green 244 ◦ blue 231

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

Shades of White Ice #DAF4E7

Tints of White Ice #DAF4E7

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.21%

 BLUE value IS 231 (90.63% from 255) = 33.33%

R = 31.46%
G = 35.21%
B = 33.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#DAF4E7 (or 0xDAF4E7) is known color: White Ice. HEX triplet: DA, F4 and E7. RGB value is (218,244,231). Sum of RGB (Red+Green+Blue) = 218+244+231=693 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.46% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 231 (90.62% from 255 or 33.33% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF4E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DAF4E7 is #250B18. Grayscale: #EAEAEA. Windows color (decimal): -2427673 or 15201498. OLE color: 15201498.

HSL color Cylindrical-coordinate representation of color #DAF4E7: hue angle of 150º degrees, saturation: 0.54, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAF4E7 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 244 231 -
CMYK 0.11 0 0.05 0.04
HSL 150º 0.54% 0.91% -
HSV(B) 150º 0.11% 0.96% -
XYZ 75.69 85.38 88.09 -
YUV 234.74 125.89 116.06 -
System Red Green Blue C M Y K H S L
Decimal 218 244 231 0.11 0 0.05 0.04 150 0.54 0.91
Hex DA F4 E7 B 0 5 4 96 36 5B
Octal 332 364 347 13 0 5 4 226 66 133
Binary 11011010 11110100 11100111 1011 0 101 100 10010110 110110 1011011

Color Harmonies of #DAF4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF4E7

Black with #DAF4E7

Text Example


Text Example

White with #DAF4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF4E7; }

 p { color: rgb(218,244,231); }

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

background-color css

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

 a { background-color: rgb(218,244,231); }

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

border-color css

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

 span { border-color: rgb(218,244,231); }

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