Html Css Color HEX #DDFAEC White Ice

📋 copy color: '#DDFAEC'

red 221 ◦ green 250 ◦ blue 236

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

Shades of White Ice #DDFAEC

Tints of White Ice #DDFAEC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.36%

 BLUE value IS 236 (92.58% from 255) = 33.38%

R = 31.26%
G = 35.36%
B = 33.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#DDFAEC (or 0xDDFAEC) is known color: White Ice. HEX triplet: DD, FA and EC. RGB value is (221,250,236). Sum of RGB (Red+Green+Blue) = 221+250+236=707 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.26% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 236 (92.58% from 255 or 33.38% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAEC is #220513. Grayscale: #EFEFEF. Windows color (decimal): -2229524 or 15530717. OLE color: 15530717.

HSL color Cylindrical-coordinate representation of color #DDFAEC: hue angle of 151.03º degrees, saturation: 0.74, 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 #DDFAEC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 236 -
CMYK 0.12 0 0.06 0.02
HSL 151.03º 0.74% 0.92% -
HSV(B) 151.03º 0.12% 0.98% -
XYZ 79.14 89.8 92.52 -
YUV 239.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 221 250 236 0.12 0 0.06 0.02 151.03 0.74 0.92
Hex DD FA EC C 0 6 2 97 4A 5C
Octal 335 372 354 14 0 6 2 227 112 134
Binary 11011101 11111010 11101100 1100 0 110 10 10010111 1001010 1011100

Color Harmonies of #DDFAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAEC

Black with #DDFAEC

Text Example


Text Example

White with #DDFAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAEC; }

 p { color: rgb(221,250,236); }

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

background-color css

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

 a { background-color: rgb(221,250,236); }

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

border-color css

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

 span { border-color: rgb(221,250,236); }

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