Html Css Color HEX #DAEAE1 White Ice

📋 copy color: '#DAEAE1'

red 218 ◦ green 234 ◦ blue 225

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

Shades of White Ice #DAEAE1

Tints of White Ice #DAEAE1

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.56%

 BLUE value IS 225 (88.28% from 255) = 33.23%

R = 32.2%
G = 34.56%
B = 33.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#DAEAE1 (or 0xDAEAE1) is known color: White Ice. HEX triplet: DA, EA and E1. RGB value is (218,234,225). Sum of RGB (Red+Green+Blue) = 218+234+225=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEAE1 is #25151E. Grayscale: #E4E4E4. Windows color (decimal): -2430239 or 14805722. OLE color: 14805722.

HSL color Cylindrical-coordinate representation of color #DAEAE1: hue angle of 146.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEAE1 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 225 -
CMYK 0.07 0 0.04 0.08
HSL 146.25º 0.28% 0.89% -
HSV(B) 146.25º 0.07% 0.92% -
XYZ 71.93 79.19 82.73 -
YUV 228.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 218 234 225 0.07 0 0.04 0.08 146.25 0.28 0.89
Hex DA EA E1 7 0 4 8 92 1C 59
Octal 332 352 341 7 0 4 10 222 34 131
Binary 11011010 11101010 11100001 111 0 100 1000 10010010 11100 1011001

Color Harmonies of #DAEAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEAE1

Black with #DAEAE1

Text Example


Text Example

White with #DAEAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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