#CDECDC

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

Shades of White Ice #CDECDC

Tints of White Ice #CDECDC

Color information

#CDECDC (or 0xCDECDC) is unknown color: approx White Ice. HEX triplet: CD, EC and DC. RGB value is (205,236,220). Sum of RGB (Red+Green+Blue) = 205+236+220=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 220 (86.33% from 255 or 33.28% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDC is #321323. Grayscale: #E0E0E0. Windows color (decimal): -3281700 or 14478541. OLE color: 14478541.

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

Color convert

RGB205236220-
CMYK0.1300.070.07
HSL149.03º44.93%86.47%-
HSV(B)149.03º13.14%92.55%-
XYZ68.0978.1479.2-
YUV224.91125.23113.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 236 (92.58% from 255) = 35.70%
BLUE value IS 220 (86.33% from 255) = 33.28%
R=31.01%
G=35.70%
B=33.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362200.1300.070.07149.0344.9386.47
HexCDECDCD077952d56
Octal3153543341507722555126
Binary11001101111011001101110011010111111100101011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECDC; }

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

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

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

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

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

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

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

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