#CCEDE7

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

Shades of Jagged Ice #CCEDE7

Tints of Jagged Ice #CCEDE7

Color information

#CCEDE7 (or 0xCCEDE7) is unknown color: approx Jagged Ice. HEX triplet: CC, ED and E7. RGB value is (204,237,231). Sum of RGB (Red+Green+Blue) = 204+237+231=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDE7 is #331218. Grayscale: #E2E2E2. Windows color (decimal): -3346969 or 15199692. OLE color: 15199692.

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

Color convert

RGB204237231-
CMYK0.1400.030.07
HSL169.09º47.83%86.47%-
HSV(B)169.09º13.92%92.94%-
XYZ69.6179.1887.21-
YUV226.45130.57111.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=30.36%
G=35.27%
B=34.38%

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
Decimal2042372310.1400.030.07169.0947.8386.47
HexCCEDE7E037a93056
Octal3143553471603725160126
Binary1100110011101101111001111110011111101010011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDE7; }

 p { color: rgb(204,237,231); }

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

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

 a { background-color: rgb(204,237,231); }

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

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

 span { border-color: rgb(204,237,231); }

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