#CCD7DD

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

Shades of Pattens Blue #CCD7DD

Tints of Pattens Blue #CCD7DD

Color information

#CCD7DD (or 0xCCD7DD) is unknown color: approx Pattens Blue. HEX triplet: CC, D7 and DD. RGB value is (204,215,221). Sum of RGB (Red+Green+Blue) = 204+215+221=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DD is #332822. Grayscale: #D4D4D4. Windows color (decimal): -3352611 or 14538700. OLE color: 14538700.

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

Color convert

RGB204215221-
CMYK0.080.0300.13
HSL201.18º20%83.33%-
HSV(B)201.18º7.69%86.67%-
XYZ62.2566.6677.99-
YUV212.4132.86122.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 215 (84.38% from 255) = 33.59%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=31.88%
G=33.59%
B=34.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042152210.080.0300.13201.182083.33
HexCCD7DD830Dc91453
Octal31432733510301531124123
Binary1100110011010111110111011000110110111001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7DD; }

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

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

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

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

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

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

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

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