#CADFCA

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

Shades of Sea Mist #CADFCA

Tints of Sea Mist #CADFCA

Color information

#CADFCA (or 0xCADFCA) is unknown color: approx Sea Mist. HEX triplet: CA, DF and CA. RGB value is (202,223,202). Sum of RGB (Red+Green+Blue) = 202+223+202=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #CADFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADFCA is #352035. Grayscale: #D6D6D6. Windows color (decimal): -3481654 or 13295562. OLE color: 13295562.

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

Color convert

RGB202223202-
CMYK0.0900.090.13
HSL120º24.71%83.33%-
HSV(B)120º9.42%87.45%-
XYZ61.4169.666.07-
YUV214.33121.04119.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.22%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=32.22%
G=35.57%
B=32.22%

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
Decimal2022232020.0900.090.1312024.7183.33
HexCADFCA909D781953
Octal312337312110111517031123
Binary11001010110111111100101010010100111011111000110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFCA; }

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

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

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

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

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

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

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

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