#CADEF1

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

Shades of Pattens Blue #CADEF1

Tints of Pattens Blue #CADEF1

Color information

#CADEF1 (or 0xCADEF1) is unknown color: approx Pattens Blue. HEX triplet: CA, DE and F1. RGB value is (202,222,241). Sum of RGB (Red+Green+Blue) = 202+222+241=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 222 (87.11% from 255 or 33.38% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CADEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEF1 is #35210E. Grayscale: #DADADA. Windows color (decimal): -3481871 or 15851210. OLE color: 15851210.

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

Color convert

RGB202222241-
CMYK0.160.0800.05
HSL209.23º58.21%86.86%-
HSV(B)209.23º16.18%94.51%-
XYZ66.3671.1593.46-
YUV218.19140.87116.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.38%
GREEN value IS 222 (87.11% from 255) = 33.38%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=30.38%
G=33.38%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022222410.160.0800.05209.2358.2186.86
HexCADEF110805d13a57
Octal31233636120100532172127
Binary1100101011011110111100011000010000101110100011110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADEF1; }

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

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

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

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

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

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

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

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