Html Css Color HEX #DDEAE3 White Ice

📋 copy color: '#DDEAE3'

red 221 ◦ green 234 ◦ blue 227

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

Shades of White Ice #DDEAE3

Tints of White Ice #DDEAE3

RGB

 RED value IS 221 (86.72% from 255) = 32.4%

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

 BLUE value IS 227 (89.06% from 255) = 33.28%

R = 32.4%
G = 34.31%
B = 33.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#DDEAE3 (or 0xDDEAE3) is known color: White Ice. HEX triplet: DD, EA and E3. RGB value is (221,234,227). Sum of RGB (Red+Green+Blue) = 221+234+227=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 234 (91.80% from 255 or 34.31% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAE3 is #22151C. Grayscale: #E5E5E5. Windows color (decimal): -2233629 or 14936797. OLE color: 14936797.

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

Color convert

RGB 221 234 227 -
CMYK 0.06 0 0.03 0.08
HSL 147.69º 0.24% 0.89% -
HSV(B) 147.69º 0.06% 0.92% -
XYZ 73.11 79.76 84.22 -
YUV 229.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 221 234 227 0.06 0 0.03 0.08 147.69 0.24 0.89
Hex DD EA E3 6 0 3 8 94 18 59
Octal 335 352 343 6 0 3 10 224 30 131
Binary 11011101 11101010 11100011 110 0 11 1000 10010100 11000 1011001

Color Harmonies of #DDEAE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAE3

Black with #DDEAE3

Text Example


Text Example

White with #DDEAE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAE3; }

 p { color: rgb(221,234,227); }

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

background-color css

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

 a { background-color: rgb(221,234,227); }

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

border-color css

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

 span { border-color: rgb(221,234,227); }

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