#CCD6DC

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

Shades of Pattens Blue #CCD6DC

Tints of Pattens Blue #CCD6DC

Color information

#CCD6DC (or 0xCCD6DC) is unknown color: approx Pattens Blue. HEX triplet: CC, D6 and DC. RGB value is (204,214,220). Sum of RGB (Red+Green+Blue) = 204+214+220=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 214 (83.98% from 255 or 33.54% from 638); Blue value is 220 (86.33% from 255 or 34.48% from 638); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCD6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6DC is #332923. Grayscale: #D3D3D3. Windows color (decimal): -3352868 or 14472908. OLE color: 14472908.

HSL color Cylindrical-coordinate representation of color #CCD6DC: hue angle of 202.5º 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 #CCD6DC is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204214220-
CMYK0.070.0300.14
HSL202.5º18.6%83.14%-
HSV(B)202.5º7.27%86.27%-
XYZ61.8766.177.21-
YUV211.69132.69122.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 214 (83.98% from 255) = 33.54%
BLUE value IS 220 (86.33% from 255) = 34.48%
R=31.97%
G=33.54%
B=34.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042142200.070.0300.14202.518.683.14
HexCCD6DC730Eca1353
Octal3143263347301631223123
Binary110011001101011011011100111110111011001010100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6DC; }

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

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

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

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

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

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

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

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