#CCD7DC

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

Shades of Pattens Blue #CCD7DC

Tints of Pattens Blue #CCD7DC

Color information

#CCD7DC (or 0xCCD7DC) is unknown color: approx Pattens Blue. HEX triplet: CC, D7 and DC. RGB value is (204,215,220). Sum of RGB (Red+Green+Blue) = 204+215+220=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DC is #332823. Grayscale: #D4D4D4. Windows color (decimal): -3352612 or 14473164. OLE color: 14473164.

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

Color convert

RGB204215220-
CMYK0.070.0200.14
HSL198.75º18.6%83.14%-
HSV(B)198.75º7.27%86.27%-
XYZ62.1266.6177.29-
YUV212.28132.36122.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=31.92%
G=33.65%
B=34.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042152200.070.0200.14198.7518.683.14
HexCCD7DC720Ec71353
Octal3143273347201630723123
Binary110011001101011111011100111100111011000111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7DC; }

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

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

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

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

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

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

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

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