#CADDED

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

Shades of Pattens Blue #CADDED

Tints of Pattens Blue #CADDED

Color information

#CADDED (or 0xCADDED) is unknown color: approx Pattens Blue. HEX triplet: CA, DD and ED. RGB value is (202,221,237). Sum of RGB (Red+Green+Blue) = 202+221+237=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADDED is #352212. Grayscale: #D9D9D9. Windows color (decimal): -3482131 or 15588810. OLE color: 15588810.

HSL color Cylindrical-coordinate representation of color #CADDED: hue angle of 207.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202221237-
CMYK0.150.0700.07
HSL207.43º49.3%86.08%-
HSV(B)207.43º14.77%92.94%-
XYZ65.570.3890.25-
YUV217.14139.21117.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.61%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=30.61%
G=33.48%
B=35.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022212370.150.0700.07207.4349.386.08
HexCADDEDF707cf3156
Octal3123353551770731761126
Binary11001010110111011110110111111110111110011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDED; }

 p { color: rgb(202,221,237); }

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

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

 a { background-color: rgb(202,221,237); }

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

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

 span { border-color: rgb(202,221,237); }

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