#CADED3

Color #CADED3 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #CADED3

Tints of Aero Blue #CADED3

Color information

#CADED3 (or 0xCADED3) is unknown color: approx Aero Blue. HEX triplet: CA, DE and D3. RGB value is (202,222,211). Sum of RGB (Red+Green+Blue) = 202+222+211=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #CADED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADED3 is #35212C. Grayscale: #D6D6D6. Windows color (decimal): -3481901 or 13885130. OLE color: 13885130.

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

Color convert

RGB202222211-
CMYK0.0900.050.13
HSL147º23.26%83.14%-
HSV(B)147º9.01%87.06%-
XYZ62.2469.571.76-
YUV214.77125.87118.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.81%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 211 (82.81% from 255) = 33.23%
R=31.81%
G=34.96%
B=33.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022222110.0900.050.1314723.2683.14
HexCADED3905D931753
Octal31233632311051522327123
Binary11001010110111101101001110010101110110010011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADED3; }

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

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

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

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

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

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

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

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