#CAE1CA

Color #CAE1CA Sea Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Mist #CAE1CA

Tints of Sea Mist #CAE1CA

Color information

#CAE1CA (or 0xCAE1CA) is unknown color: approx Sea Mist. HEX triplet: CA, E1 and CA. RGB value is (202,225,202). Sum of RGB (Red+Green+Blue) = 202+225+202=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1CA is #351E35. Grayscale: #D7D7D7. Windows color (decimal): -3481142 or 13296074. OLE color: 13296074.

HSL color Cylindrical-coordinate representation of color #CAE1CA: hue angle of 120º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE1CA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB202225202-
CMYK0.1000.100.12
HSL120º27.71%83.73%-
HSV(B)120º10.22%88.24%-
XYZ61.9470.6766.25-
YUV215.5120.38118.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 32.11%
R=32.11%
G=35.77%
B=32.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252020.1000.100.1212027.7183.73
HexCAE1CAA0AC781c54
Octal312341312120121417034124
Binary11001010111000011100101010100101011001111000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1CA; }

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

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

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

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

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

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

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

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