#CCD9DE

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

Shades of Pattens Blue #CCD9DE

Tints of Pattens Blue #CCD9DE

Color information

#CCD9DE (or 0xCCD9DE) is unknown color: approx Pattens Blue. HEX triplet: CC, D9 and DE. RGB value is (204,217,222). Sum of RGB (Red+Green+Blue) = 204+217+222=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 217 (85.16% from 255 or 33.75% from 643); Blue value is 222 (87.11% from 255 or 34.53% from 643); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9DE is #332621. Grayscale: #D5D5D5. Windows color (decimal): -3352098 or 14604748. OLE color: 14604748.

HSL color Cylindrical-coordinate representation of color #CCD9DE: hue angle of 196.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD9DE is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204217222-
CMYK0.080.0200.13
HSL196.67º21.43%83.53%-
HSV(B)196.67º8.11%87.06%-
XYZ62.967.7478.87-
YUV213.68132.69121.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 217 (85.16% from 255) = 33.75%
BLUE value IS 222 (87.11% from 255) = 34.53%
R=31.73%
G=33.75%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042172220.080.0200.13196.6721.4383.53
HexCCD9DE820Dc51554
Octal31433133610201530525124
Binary1100110011011001110111101000100110111000101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD9DE; }

 p { color: rgb(204,217,222); }

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

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

 a { background-color: rgb(204,217,222); }

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

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

 span { border-color: rgb(204,217,222); }

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