#CADCE9

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

Shades of Pattens Blue #CADCE9

Tints of Pattens Blue #CADCE9

Color information

#CADCE9 (or 0xCADCE9) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and E9. RGB value is (202,220,233). Sum of RGB (Red+Green+Blue) = 202+220+233=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 220 (86.33% from 255 or 33.59% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #CADCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCE9 is #352316. Grayscale: #D8D8D8. Windows color (decimal): -3482391 or 15326410. OLE color: 15326410.

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

Color convert

RGB202220233-
CMYK0.130.0600.09
HSL205.16º41.33%85.29%-
HSV(B)205.16º13.3%91.37%-
XYZ64.6669.6387.12-
YUV216.1137.54117.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.84%
GREEN value IS 220 (86.33% from 255) = 33.59%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=30.84%
G=33.59%
B=35.57%

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
Decimal2022202330.130.0600.09205.1641.3385.29
HexCADCE9D609cd2955
Octal31233435115601131551125
Binary110010101101110011101001110111001001110011011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCE9; }

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

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

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

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

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

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

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

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