#CDEDE6

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

Shades of Jagged Ice #CDEDE6

Tints of Jagged Ice #CDEDE6

Color information

#CDEDE6 (or 0xCDEDE6) is unknown color: approx Jagged Ice. HEX triplet: CD, ED and E6. RGB value is (205,237,230). Sum of RGB (Red+Green+Blue) = 205+237+230=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDE6 is #321219. Grayscale: #E2E2E2. Windows color (decimal): -3281434 or 15134157. OLE color: 15134157.

HSL color Cylindrical-coordinate representation of color #CDEDE6: hue angle of 166.88º 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 #CDEDE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB205237230-
CMYK0.1400.030.07
HSL166.88º47.06%86.67%-
HSV(B)166.88º13.5%92.94%-
XYZ69.7479.2686.49-
YUV226.63129.9112.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=30.51%
G=35.27%
B=34.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052372300.1400.030.07166.8847.0686.67
HexCDEDE6E037a72f57
Octal3153553461603724757127
Binary1100110111101101111001101110011111101001111011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDE6; }

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

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

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

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

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

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

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

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