#CADAE9

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

Shades of Pattens Blue #CADAE9

Tints of Pattens Blue #CADAE9

Color information

#CADAE9 (or 0xCADAE9) is unknown color: approx Pattens Blue. HEX triplet: CA, DA and E9. RGB value is (202,218,233). Sum of RGB (Red+Green+Blue) = 202+218+233=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 233 - color contains mainly: blue. Hex color #CADAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAE9 is #352516. Grayscale: #D6D6D6. Windows color (decimal): -3482903 or 15325898. OLE color: 15325898.

HSL color Cylindrical-coordinate representation of color #CADAE9: hue angle of 209.03º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CADAE9 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202218233-
CMYK0.130.0600.09
HSL209.03º41.33%85.29%-
HSV(B)209.03º13.3%91.37%-
XYZ64.1468.5886.95-
YUV214.93138.2118.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.93%
GREEN value IS 218 (85.55% from 255) = 33.38%
BLUE value IS 233 (91.41% from 255) = 35.68%
R=30.93%
G=33.38%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022182330.130.0600.09209.0341.3385.29
HexCADAE9D609d12955
Octal31233235115601132151125
Binary110010101101101011101001110111001001110100011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAE9; }

 p { color: rgb(202,218,233); }

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

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

 a { background-color: rgb(202,218,233); }

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

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

 span { border-color: rgb(202,218,233); }

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