#CADBEC

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

Shades of Pattens Blue #CADBEC

Tints of Pattens Blue #CADBEC

Color information

#CADBEC (or 0xCADBEC) is unknown color: approx Pattens Blue. HEX triplet: CA, DB and EC. RGB value is (202,219,236). Sum of RGB (Red+Green+Blue) = 202+219+236=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 219 (85.94% from 255 or 33.33% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CADBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBEC is #352413. Grayscale: #D7D7D7. Windows color (decimal): -3482644 or 15522762. OLE color: 15522762.

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

Color convert

RGB202219236-
CMYK0.140.0700.07
HSL210º47.22%85.88%-
HSV(B)210º14.41%92.55%-
XYZ64.8369.2889.31-
YUV215.86139.37118.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.75%
GREEN value IS 219 (85.94% from 255) = 33.33%
BLUE value IS 236 (92.58% from 255) = 35.92%
R=30.75%
G=33.33%
B=35.92%

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
Decimal2022192360.140.0700.0721047.2285.88
HexCADBECE707d22f56
Octal3123333541670732257126
Binary11001010110110111110110011101110111110100101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBEC; }

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

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

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

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

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

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

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

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