#CAE1C9

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

Shades of Sea Mist #CAE1C9

Tints of Sea Mist #CAE1C9

Color information

#CAE1C9 (or 0xCAE1C9) is unknown color: approx Sea Mist. HEX triplet: CA, E1 and C9. RGB value is (202,225,201). Sum of RGB (Red+Green+Blue) = 202+225+201=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 201 (78.91% from 255 or 32.01% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1C9 is #351E36. Grayscale: #D7D7D7. Windows color (decimal): -3481143 or 13230538. OLE color: 13230538.

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

Color convert

RGB202225201-
CMYK0.1000.110.12
HSL117.5º28.57%83.53%-
HSV(B)117.5º10.67%88.24%-
XYZ61.8270.6265.63-
YUV215.39119.88118.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.17%
GREEN value IS 225 (88.28% from 255) = 35.83%
BLUE value IS 201 (78.91% from 255) = 32.01%
R=32.17%
G=35.83%
B=32.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022252010.1000.110.12117.528.5783.53
HexCAE1C9A0BC751d54
Octal312341311120131416535124
Binary11001010111000011100100110100101111001110101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1C9; }

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

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

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

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

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

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

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

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