#CDECE7

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

Shades of Jagged Ice #CDECE7

Tints of Jagged Ice #CDECE7

Color information

#CDECE7 (or 0xCDECE7) is unknown color: approx Jagged Ice. HEX triplet: CD, EC and E7. RGB value is (205,236,231). Sum of RGB (Red+Green+Blue) = 205+236+231=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECE7 is #321318. Grayscale: #E2E2E2. Windows color (decimal): -3281689 or 15199437. OLE color: 15199437.

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

Color convert

RGB205236231-
CMYK0.1300.020.07
HSL170.32º44.93%86.47%-
HSV(B)170.32º13.14%92.55%-
XYZ69.678.7487.13-
YUV226.16130.73112.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.51%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=30.51%
G=35.12%
B=34.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052362310.1300.020.07170.3244.9386.47
HexCDECE7D027aa2d56
Octal3153543471502725255126
Binary1100110111101100111001111101010111101010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECE7; }

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

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

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

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

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

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

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

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