#CDEAE3

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

Shades of Jagged Ice #CDEAE3

Tints of Jagged Ice #CDEAE3

Color information

#CDEAE3 (or 0xCDEAE3) is unknown color: approx Jagged Ice. HEX triplet: CD, EA and E3. RGB value is (205,234,227). Sum of RGB (Red+Green+Blue) = 205+234+227=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 227 (89.06% from 255 or 34.08% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEAE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEAE3 is #32151C. Grayscale: #E0E0E0. Windows color (decimal): -3282205 or 14936781. OLE color: 14936781.

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

Color convert

RGB205234227-
CMYK0.1200.030.08
HSL165.52º40.85%86.08%-
HSV(B)165.52º12.39%91.76%-
XYZ68.4677.3784-
YUV224.53129.39114.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.78%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 227 (89.06% from 255) = 34.08%
R=30.78%
G=35.14%
B=34.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052342270.1200.030.08165.5240.8586.08
HexCDEAE3C038a62956
Octal31535234314031024651126
Binary11001101111010101110001111000111000101001101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEAE3; }

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

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

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

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

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

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

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

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