#CDDDED

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

Shades of Pattens Blue #CDDDED

Tints of Pattens Blue #CDDDED

Color information

#CDDDED (or 0xCDDDED) is unknown color: approx Pattens Blue. HEX triplet: CD, DD and ED. RGB value is (205,221,237). Sum of RGB (Red+Green+Blue) = 205+221+237=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDDED is #322212. Grayscale: #D9D9D9. Windows color (decimal): -3285523 or 15588813. OLE color: 15588813.

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

Color convert

RGB205221237-
CMYK0.140.0700.07
HSL210º47.06%86.67%-
HSV(B)210º13.5%92.94%-
XYZ66.3270.8190.29-
YUV218.04138.7118.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 237 (92.97% from 255) = 35.75%
R=30.92%
G=33.33%
B=35.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052212370.140.0700.0721047.0686.67
HexCDDDEDE707d22f57
Octal3153353551670732257127
Binary11001101110111011110110111101110111110100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDED; }

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

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

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

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

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

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

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

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