Html Css Color HEX #DDECE6 White Ice

📋 copy color: '#DDECE6'

red 221 ◦ green 236 ◦ blue 230

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

Shades of White Ice #DDECE6

Tints of White Ice #DDECE6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.35%

 BLUE value IS 230 (90.23% from 255) = 33.48%

R = 32.17%
G = 34.35%
B = 33.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#DDECE6 (or 0xDDECE6) is known color: White Ice. HEX triplet: DD, EC and E6. RGB value is (221,236,230). Sum of RGB (Red+Green+Blue) = 221+236+230=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 236 (92.58% from 255 or 34.35% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 236 - color contains mainly: green. Hex color #DDECE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDECE6 is #221319. Grayscale: #E6E6E6. Windows color (decimal): -2233114 or 15133917. OLE color: 15133917.

HSL color Cylindrical-coordinate representation of color #DDECE6: hue angle of 156º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDECE6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 236 230 -
CMYK 0.06 0 0.03 0.07
HSL 156º 0.28% 0.9% -
HSV(B) 156º 0.06% 0.93% -
XYZ 74.1 81.08 86.61 -
YUV 230.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 221 236 230 0.06 0 0.03 0.07 156 0.28 0.9
Hex DD EC E6 6 0 3 7 9C 1C 5A
Octal 335 354 346 6 0 3 7 234 34 132
Binary 11011101 11101100 11100110 110 0 11 111 10011100 11100 1011010

Color Harmonies of #DDECE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDECE6

Black with #DDECE6

Text Example


Text Example

White with #DDECE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDECE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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