#CADAE8

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

Shades of Pattens Blue #CADAE8

Tints of Pattens Blue #CADAE8

Color information

#CADAE8 (or 0xCADAE8) is unknown color: approx Pattens Blue. HEX triplet: CA, DA and E8. RGB value is (202,218,232). Sum of RGB (Red+Green+Blue) = 202+218+232=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 232 - color contains mainly: blue. Hex color #CADAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAE8 is #352517. Grayscale: #D6D6D6. Windows color (decimal): -3482904 or 15260362. OLE color: 15260362.

HSL color Cylindrical-coordinate representation of color #CADAE8: hue angle of 208º degrees, saturation: 0.39, 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 #CADAE8 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202218232-
CMYK0.130.0600.09
HSL208º39.47%85.1%-
HSV(B)208º12.93%90.98%-
XYZ63.9968.5386.2-
YUV214.81137.7118.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.98%
GREEN value IS 218 (85.55% from 255) = 33.44%
BLUE value IS 232 (91.02% from 255) = 35.58%
R=30.98%
G=33.44%
B=35.58%

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
Decimal2022182320.130.0600.0920839.4785.1
HexCADAE8D609d02755
Octal31233235015601132047125
Binary110010101101101011101000110111001001110100001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADAE8; }

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

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

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

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

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

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

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

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