#CDEAE5

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

Shades of Jagged Ice #CDEAE5

Tints of Jagged Ice #CDEAE5

Color information

#CDEAE5 (or 0xCDEAE5) is unknown color: approx Jagged Ice. HEX triplet: CD, EA and E5. RGB value is (205,234,229). Sum of RGB (Red+Green+Blue) = 205+234+229=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAE5 is #32151A. Grayscale: #E0E0E0. Windows color (decimal): -3282203 or 15067853. OLE color: 15067853.

HSL color Cylindrical-coordinate representation of color #CDEAE5: hue angle of 169.66º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEAE5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB205234229-
CMYK0.1200.020.08
HSL169.66º40.85%86.08%-
HSV(B)169.66º12.39%91.76%-
XYZ68.7477.4885.46-
YUV224.76130.39113.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=30.69%
G=35.03%
B=34.28%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342290.1200.020.08169.6640.8586.08
HexCDEAE5C028aa2956
Octal31535234514021025251126
Binary11001101111010101110010111000101000101010101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAE5; }

 p { color: rgb(205,234,229); }

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

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

 a { background-color: rgb(205,234,229); }

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

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

 span { border-color: rgb(205,234,229); }

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