#CAE1CB

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

Shades of Sea Mist #CAE1CB

Tints of Sea Mist #CAE1CB

Color information

#CAE1CB (or 0xCAE1CB) is unknown color: approx Sea Mist. HEX triplet: CA, E1 and CB. RGB value is (202,225,203). Sum of RGB (Red+Green+Blue) = 202+225+203=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1CB is #351E34. Grayscale: #D7D7D7. Windows color (decimal): -3481141 or 13361610. OLE color: 13361610.

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

Color convert

RGB202225203-
CMYK0.1000.100.12
HSL122.61º27.71%83.73%-
HSV(B)122.61º10.22%88.24%-
XYZ62.0670.7266.88-
YUV215.61120.88118.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 203 (79.69% from 255) = 32.22%
R=32.06%
G=35.71%
B=32.22%

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
Decimal2022252030.1000.100.12122.6127.7183.73
HexCAE1CBA0AC7b1c54
Octal312341313120121417334124
Binary11001010111000011100101110100101011001111011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE1CB; }

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

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

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

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

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

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

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

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