#CADCCA

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

Shades of Sea Mist #CADCCA

Tints of Sea Mist #CADCCA

Color information

#CADCCA (or 0xCADCCA) is unknown color: approx Sea Mist. HEX triplet: CA, DC and CA. RGB value is (202,220,202). Sum of RGB (Red+Green+Blue) = 202+220+202=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 220 - color contains mainly: green. Hex color #CADCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADCCA is #352335. Grayscale: #D4D4D4. Windows color (decimal): -3482422 or 13294794. OLE color: 13294794.

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

Color convert

RGB202220202-
CMYK0.0800.080.14
HSL120º20.45%82.75%-
HSV(B)120º8.18%86.27%-
XYZ60.6168.0165.81-
YUV212.57122.04120.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 220 (86.33% from 255) = 35.26%
BLUE value IS 202 (79.30% from 255) = 32.37%
R=32.37%
G=35.26%
B=32.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2022202020.0800.080.1412020.4582.75
HexCADCCA808E781453
Octal312334312100101617024123
Binary11001010110111001100101010000100011101111000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCCA; }

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

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

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

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

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

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

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

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