#CBEAE5

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

Shades of Jagged Ice #CBEAE5

Tints of Jagged Ice #CBEAE5

Color information

#CBEAE5 (or 0xCBEAE5) is unknown color: approx Jagged Ice. HEX triplet: CB, EA and E5. RGB value is (203,234,229). Sum of RGB (Red+Green+Blue) = 203+234+229=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 229 (89.84% from 255 or 34.38% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAE5 is #34151A. Grayscale: #E0E0E0. Windows color (decimal): -3413275 or 15067851. OLE color: 15067851.

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

Color convert

RGB203234229-
CMYK0.1300.020.08
HSL170.32º42.47%85.69%-
HSV(B)170.32º13.25%91.76%-
XYZ68.1977.285.44-
YUV224.16130.73112.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.48%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 229 (89.84% from 255) = 34.38%
R=30.48%
G=35.14%
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.08
SystemRedGreenBlueCMYKHSL
Decimal2032342290.1300.020.08170.3242.4785.69
HexCBEAE5D028aa2a56
Octal31335234515021025252126
Binary11001011111010101110010111010101000101010101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEAE5; }

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

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

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

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

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

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

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

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