Html Css Color HEX #DDFAED White Ice

📋 copy color: '#DDFAED'

red 221 ◦ green 250 ◦ blue 237

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

Shades of White Ice #DDFAED

Tints of White Ice #DDFAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 33.47%

R = 31.21%
G = 35.31%
B = 33.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#DDFAED (or 0xDDFAED) is known color: White Ice. HEX triplet: DD, FA and ED. RGB value is (221,250,237). Sum of RGB (Red+Green+Blue) = 221+250+237=708 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.21% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAED is #220512. Grayscale: #EFEFEF. Windows color (decimal): -2229523 or 15596253. OLE color: 15596253.

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

Color convert

RGB 221 250 237 -
CMYK 0.12 0 0.05 0.02
HSL 153.1º 0.74% 0.92% -
HSV(B) 153.1º 0.12% 0.98% -
XYZ 79.29 89.86 93.29 -
YUV 239.85 126.39 114.56 -
System Red Green Blue C M Y K H S L
Decimal 221 250 237 0.12 0 0.05 0.02 153.1 0.74 0.92
Hex DD FA ED C 0 5 2 99 4A 5C
Octal 335 372 355 14 0 5 2 231 112 134
Binary 11011101 11111010 11101101 1100 0 101 10 10011001 1001010 1011100

Color Harmonies of #DDFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAED

Black with #DDFAED

Text Example


Text Example

White with #DDFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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