#CADFEC

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

Shades of Pattens Blue #CADFEC

Tints of Pattens Blue #CADFEC

Color information

#CADFEC (or 0xCADFEC) is unknown color: approx Pattens Blue. HEX triplet: CA, DF and EC. RGB value is (202,223,236). Sum of RGB (Red+Green+Blue) = 202+223+236=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFEC is #352013. Grayscale: #DADADA. Windows color (decimal): -3481620 or 15523786. OLE color: 15523786.

HSL color Cylindrical-coordinate representation of color #CADFEC: hue angle of 202.94º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADFEC is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202223236-
CMYK0.140.0600.07
HSL202.94º47.22%85.88%-
HSV(B)202.94º14.41%92.55%-
XYZ65.8971.3989.66-
YUV218.2138.04116.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.56%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 236 (92.58% from 255) = 35.70%
R=30.56%
G=33.74%
B=35.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022232360.140.0600.07202.9447.2285.88
HexCADFECE607cb2f56
Octal3123373541660731357126
Binary11001010110111111110110011101100111110010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADFEC; }

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

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

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

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

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

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

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

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