#CAE4CA

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

Shades of Sea Mist #CAE4CA

Tints of Sea Mist #CAE4CA

Color information

#CAE4CA (or 0xCAE4CA) is unknown color: approx Sea Mist. HEX triplet: CA, E4 and CA. RGB value is (202,228,202). Sum of RGB (Red+Green+Blue) = 202+228+202=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4CA is #351B35. Grayscale: #D9D9D9. Windows color (decimal): -3480374 or 13296842. OLE color: 13296842.

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

Color convert

RGB202228202-
CMYK0.1100.110.11
HSL120º32.5%84.31%-
HSV(B)120º11.4%89.41%-
XYZ62.7672.3166.53-
YUV217.26119.39117.11-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 202 (79.30% from 255) = 31.96%
R=31.96%
G=36.08%
B=31.96%

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
Decimal2022282020.1100.110.1112032.584.31
HexCAE4CAB0BB782054
Octal312344312130131317040124
Binary110010101110010011001010101101011101111110001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4CA; }

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

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

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

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

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

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

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

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