Html Css Color HEX #DFEAE5 White Ice

📋 copy color: '#DFEAE5'

red 223 ◦ green 234 ◦ blue 229

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

Shades of White Ice #DFEAE5

Tints of White Ice #DFEAE5

RGB

 RED value IS 223 (87.5% from 255) = 32.51%

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

 BLUE value IS 229 (89.84% from 255) = 33.38%

R = 32.51%
G = 34.11%
B = 33.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#DFEAE5 (or 0xDFEAE5) is known color: White Ice. HEX triplet: DF, EA and E5. RGB value is (223,234,229). Sum of RGB (Red+Green+Blue) = 223+234+229=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEAE5 is #20151A. Grayscale: #E6E6E6. Windows color (decimal): -2102555 or 15067871. OLE color: 15067871.

HSL color Cylindrical-coordinate representation of color #DFEAE5: hue angle of 152.73º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEAE5 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 234 229 -
CMYK 0.05 0 0.02 0.08
HSL 152.73º 0.21% 0.9% -
HSV(B) 152.73º 0.05% 0.92% -
XYZ 74 80.19 85.71 -
YUV 230.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 223 234 229 0.05 0 0.02 0.08 152.73 0.21 0.9
Hex DF EA E5 5 0 2 8 99 15 5A
Octal 337 352 345 5 0 2 10 231 25 132
Binary 11011111 11101010 11100101 101 0 10 1000 10011001 10101 1011010

Color Harmonies of #DFEAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEAE5

Black with #DFEAE5

Text Example


Text Example

White with #DFEAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEAE5; }

 p { color: rgb(223,234,229); }

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

background-color css

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

 a { background-color: rgb(223,234,229); }

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

border-color css

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

 span { border-color: rgb(223,234,229); }

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