#CADEF2

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

Shades of Pattens Blue #CADEF2

Tints of Pattens Blue #CADEF2

Color information

#CADEF2 (or 0xCADEF2) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and F2. RGB value is (202,222,242). Sum of RGB (Red+Green+Blue) = 202+222+242=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #CADEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF2 is #35210D. Grayscale: #DADADA. Windows color (decimal): -3481870 or 15916746. OLE color: 15916746.

HSL color Cylindrical-coordinate representation of color #CADEF2: hue angle of 210º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CADEF2 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202222242-
CMYK0.170.0800.05
HSL210º60.61%87.06%-
HSV(B)210º16.53%94.9%-
XYZ66.5171.2194.24-
YUV218.3141.37116.37-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.33%
GREEN value IS 222 (87.11% from 255) = 33.33%
BLUE value IS 242 (94.92% from 255) = 36.34%
R=30.33%
G=33.33%
B=36.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022222420.170.0800.0521060.6187.06
HexCADEF211805d23d57
Octal31233636221100532275127
Binary1100101011011110111100101000110000101110100101111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEF2; }

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

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

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

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

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

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

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

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