#CADCEA

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

Shades of Pattens Blue #CADCEA

Tints of Pattens Blue #CADCEA

Color information

#CADCEA (or 0xCADCEA) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and EA. RGB value is (202,220,234). Sum of RGB (Red+Green+Blue) = 202+220+234=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 220 (86.33% from 255 or 33.54% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #CADCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCEA is #352315. Grayscale: #D8D8D8. Windows color (decimal): -3482390 or 15391946. OLE color: 15391946.

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

Color convert

RGB202220234-
CMYK0.140.0600.08
HSL206.25º43.24%85.49%-
HSV(B)206.25º13.68%91.76%-
XYZ64.869.6887.88-
YUV216.21138.04117.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.79%
GREEN value IS 220 (86.33% from 255) = 33.54%
BLUE value IS 234 (91.80% from 255) = 35.67%
R=30.79%
G=33.54%
B=35.67%

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
Decimal2022202340.140.0600.08206.2543.2485.49
HexCADCEAE608ce2b55
Octal31233435216601031653125
Binary110010101101110011101010111011001000110011101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCEA; }

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

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

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

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

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

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

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

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