#CCDDED

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

Shades of Pattens Blue #CCDDED

Tints of Pattens Blue #CCDDED

Color information

#CCDDED (or 0xCCDDED) is unknown color: approx Pattens Blue. HEX triplet: CC, DD and ED. RGB value is (204,221,237). Sum of RGB (Red+Green+Blue) = 204+221+237=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCDDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDDED is #332212. Grayscale: #D9D9D9. Windows color (decimal): -3351059 or 15588812. OLE color: 15588812.

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

Color convert

RGB204221237-
CMYK0.140.0700.07
HSL209.09º47.83%86.47%-
HSV(B)209.09º13.92%92.94%-
XYZ66.0470.6690.28-
YUV217.74138.87118.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 237 (92.97% from 255) = 35.80%
R=30.82%
G=33.38%
B=35.80%

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
Decimal2042212370.140.0700.07209.0947.8386.47
HexCCDDEDE707d13056
Octal3143353551670732160126
Binary11001100110111011110110111101110111110100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDED; }

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

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

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

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

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

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

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

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