#CDEDE7

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

Shades of Jagged Ice #CDEDE7

Tints of Jagged Ice #CDEDE7

Color information

#CDEDE7 (or 0xCDEDE7) is unknown color: approx Jagged Ice. HEX triplet: CD, ED and E7. RGB value is (205,237,231). Sum of RGB (Red+Green+Blue) = 205+237+231=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDE7 is #321218. Grayscale: #E2E2E2. Windows color (decimal): -3281433 or 15199693. OLE color: 15199693.

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

Color convert

RGB205237231-
CMYK0.1400.030.07
HSL168.75º47.06%86.67%-
HSV(B)168.75º13.5%92.94%-
XYZ69.8879.3287.23-
YUV226.75130.4112.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 231 (90.62% from 255) = 34.32%
R=30.46%
G=35.22%
B=34.32%

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
Decimal2052372310.1400.030.07168.7547.0686.67
HexCDEDE7E037a92f57
Octal3153553471603725157127
Binary1100110111101101111001111110011111101010011011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDE7; }

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

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

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

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

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

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

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

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