#CAE3E1

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

Shades of Jagged Ice #CAE3E1

Tints of Jagged Ice #CAE3E1

Color information

#CAE3E1 (or 0xCAE3E1) is unknown color: approx Jagged Ice. HEX triplet: CA, E3 and E1. RGB value is (202,227,225). Sum of RGB (Red+Green+Blue) = 202+227+225=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 227 (89.06% from 255 or 34.71% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3E1 is #351C1E. Grayscale: #DBDBDB. Windows color (decimal): -3480607 or 14803914. OLE color: 14803914.

HSL color Cylindrical-coordinate representation of color #CAE3E1: hue angle of 175.2º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE3E1 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB202227225-
CMYK0.1100.010.11
HSL175.2º30.86%84.12%-
HSV(B)175.2º11.01%89.02%-
XYZ65.4272.9381.86-
YUV219.3131.22115.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.89%
GREEN value IS 227 (89.06% from 255) = 34.71%
BLUE value IS 225 (88.28% from 255) = 34.40%
R=30.89%
G=34.71%
B=34.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272250.1100.010.11175.230.8684.12
HexCAE3E1B01Baf1f54
Octal31234334113011325737124
Binary110010101110001111100001101101101110101111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3E1; }

 p { color: rgb(202,227,225); }

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

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

 a { background-color: rgb(202,227,225); }

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

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

 span { border-color: rgb(202,227,225); }

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