#CADCED

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

Shades of Pattens Blue #CADCED

Tints of Pattens Blue #CADCED

Color information

#CADCED (or 0xCADCED) is unknown color: approx Pattens Blue. HEX triplet: CA, DC and ED. RGB value is (202,220,237). Sum of RGB (Red+Green+Blue) = 202+220+237=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 220 (86.33% from 255 or 33.38% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CADCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCED is #352312. Grayscale: #D8D8D8. Windows color (decimal): -3482387 or 15588554. OLE color: 15588554.

HSL color Cylindrical-coordinate representation of color #CADCED: hue angle of 209.14º 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 #CADCED is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202220237-
CMYK0.150.0700.07
HSL209.14º49.3%86.08%-
HSV(B)209.14º14.77%92.94%-
XYZ65.2469.8690.17-
YUV216.56139.54117.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.65%
GREEN value IS 220 (86.33% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 35.96%
R=30.65%
G=33.38%
B=35.96%

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
Decimal2022202370.150.0700.07209.1449.386.08
HexCADCEDF707d13156
Octal3123343551770732161126
Binary11001010110111001110110111111110111110100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADCED; }

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

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

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

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

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

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

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

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