#CADECA

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

Shades of Sea Mist #CADECA

Tints of Sea Mist #CADECA

Color information

#CADECA (or 0xCADECA) is unknown color: approx Sea Mist. HEX triplet: CA, DE and CA. RGB value is (202,222,202). Sum of RGB (Red+Green+Blue) = 202+222+202=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #CADECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADECA is #352135. Grayscale: #D5D5D5. Windows color (decimal): -3481910 or 13295306. OLE color: 13295306.

HSL color Cylindrical-coordinate representation of color #CADECA: hue angle of 120º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CADECA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB202222202-
CMYK0.0900.090.13
HSL120º23.26%83.14%-
HSV(B)120º9.01%87.06%-
XYZ61.1469.0665.99-
YUV213.74121.37119.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.27%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=32.27%
G=35.46%
B=32.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222020.0900.090.1312023.2683.14
HexCADECA909D781753
Octal312336312110111517027123
Binary11001010110111101100101010010100111011111000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADECA; }

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

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

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

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

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

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

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

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