#CADBEA

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

Shades of Pattens Blue #CADBEA

Tints of Pattens Blue #CADBEA

Color information

#CADBEA (or 0xCADBEA) is unknown color: approx Pattens Blue. HEX triplet: CA, DB and EA. RGB value is (202,219,234). Sum of RGB (Red+Green+Blue) = 202+219+234=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #CADBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBEA is #352415. Grayscale: #D7D7D7. Windows color (decimal): -3482646 or 15391690. OLE color: 15391690.

HSL color Cylindrical-coordinate representation of color #CADBEA: hue angle of 208.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CADBEA is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202219234-
CMYK0.140.0600.08
HSL208.12º43.24%85.49%-
HSV(B)208.12º13.68%91.76%-
XYZ64.5469.1687.79-
YUV215.63138.37118.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 219 (85.94% from 255) = 33.44%
BLUE value IS 234 (91.80% from 255) = 35.73%
R=30.84%
G=33.44%
B=35.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022192340.140.0600.08208.1243.2485.49
HexCADBEAE608d02b55
Octal31233335216601032053125
Binary110010101101101111101010111011001000110100001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADBEA; }

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

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

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

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

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

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

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

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