Html Css Color HEX #DDFDEE White Ice

📋 copy color: '#DDFDEE'

red 221 ◦ green 253 ◦ blue 238

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

Shades of White Ice #DDFDEE

Tints of White Ice #DDFDEE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 35.53%

 BLUE value IS 238 (93.36% from 255) = 33.43%

R = 31.04%
G = 35.53%
B = 33.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#DDFDEE (or 0xDDFDEE) is known color: White Ice. HEX triplet: DD, FD and EE. RGB value is (221,253,238). Sum of RGB (Red+Green+Blue) = 221+253+238=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 238 (93.36% from 255 or 33.43% from 712); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFDEE is #220211. Grayscale: #F1F1F1. Windows color (decimal): -2228754 or 15662557. OLE color: 15662557.

HSL color Cylindrical-coordinate representation of color #DDFDEE: hue angle of 151.88º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDEE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 238 -
CMYK 0.13 0 0.06 0.01
HSL 151.88º 0.89% 0.93% -
HSV(B) 151.88º 0.13% 0.99% -
XYZ 80.38 91.8 94.37 -
YUV 241.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 221 253 238 0.13 0 0.06 0.01 151.88 0.89 0.93
Hex DD FD EE D 0 6 1 98 59 5D
Octal 335 375 356 15 0 6 1 230 131 135
Binary 11011101 11111101 11101110 1101 0 110 1 10011000 1011001 1011101

Color Harmonies of #DDFDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDEE

Black with #DDFDEE

Text Example


Text Example

White with #DDFDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDEE; }

 p { color: rgb(221,253,238); }

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

background-color css

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

 a { background-color: rgb(221,253,238); }

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

border-color css

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

 span { border-color: rgb(221,253,238); }

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