#CAE3CA

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

Shades of Sea Mist #CAE3CA

Tints of Sea Mist #CAE3CA

Color information

#CAE3CA (or 0xCAE3CA) is unknown color: approx Sea Mist. HEX triplet: CA, E3 and CA. RGB value is (202,227,202). Sum of RGB (Red+Green+Blue) = 202+227+202=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE3CA is #351C35. Grayscale: #D8D8D8. Windows color (decimal): -3480630 or 13296586. OLE color: 13296586.

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

Color convert

RGB202227202-
CMYK0.1100.110.11
HSL120º30.86%84.12%-
HSV(B)120º11.01%89.02%-
XYZ62.4971.7666.43-
YUV216.68119.72117.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.01%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 202 (79.30% from 255) = 32.01%
R=32.01%
G=35.97%
B=32.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022272020.1100.110.1112030.8684.12
HexCAE3CAB0BB781f54
Octal312343312130131317037124
Binary11001010111000111100101010110101110111111000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE3CA; }

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

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

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

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

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

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

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

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