#CADCEC

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

Shades of Pattens Blue #CADCEC

Tints of Pattens Blue #CADCEC

Color information

#CADCEC (or 0xCADCEC) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and EC. RGB value is (202,220,236). Sum of RGB (Red+Green+Blue) = 202+220+236=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 220 (86.33% from 255 or 33.43% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEC is #352313. Grayscale: #D8D8D8. Windows color (decimal): -3482388 or 15523018. OLE color: 15523018.

HSL color Cylindrical-coordinate representation of color #CADCEC: hue angle of 208.24º 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 #CADCEC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202220236-
CMYK0.140.0700.07
HSL208.24º47.22%85.88%-
HSV(B)208.24º14.41%92.55%-
XYZ65.0969.889.4-
YUV216.44139.04117.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.70%
GREEN value IS 220 (86.33% from 255) = 33.43%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=30.70%
G=33.43%
B=35.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022202360.140.0700.07208.2447.2285.88
HexCADCECE707d02f56
Octal3123343541670732057126
Binary11001010110111001110110011101110111110100001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCEC; }

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

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

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

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

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

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

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

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