#CDEDDC

Color #CDEDDC White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #CDEDDC

Tints of White Ice #CDEDDC

Color information

#CDEDDC (or 0xCDEDDC) is unknown color: approx White Ice. HEX triplet: CD, ED and DC. RGB value is (205,237,220). Sum of RGB (Red+Green+Blue) = 205+237+220=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 237 (92.97% from 255 or 35.80% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDC is #321223. Grayscale: #E1E1E1. Windows color (decimal): -3281444 or 14478797. OLE color: 14478797.

HSL color Cylindrical-coordinate representation of color #CDEDDC: hue angle of 148.12º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEDDC is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB205237220-
CMYK0.1400.070.07
HSL148.12º47.06%86.67%-
HSV(B)148.12º13.5%92.94%-
XYZ68.3878.7179.3-
YUV225.49124.9113.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.97%
GREEN value IS 237 (92.97% from 255) = 35.80%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=30.97%
G=35.80%
B=33.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372200.1400.070.07148.1247.0686.67
HexCDEDDCE077942f57
Octal3153553341607722457127
Binary11001101111011011101110011100111111100101001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDDC; }

 p { color: rgb(205,237,220); }

 H1.HeaderClassName
 {
   color: #CDEDDC;
 }
 .AnyTagClassName
 {
   color: #CDEDDC;
 }
</style>
background-color css

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

 a { background-color: rgb(205,237,220); }

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

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

 span { border-color: rgb(205,237,220); }

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