#CCD8DD

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

Shades of Pattens Blue #CCD8DD

Tints of Pattens Blue #CCD8DD

Color information

#CCD8DD (or 0xCCD8DD) is unknown color: approx Pattens Blue. HEX triplet: CC, D8 and DD. RGB value is (204,216,221). Sum of RGB (Red+Green+Blue) = 204+216+221=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 216 (84.77% from 255 or 33.70% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DD is #332722. Grayscale: #D4D4D4. Windows color (decimal): -3352355 or 14538956. OLE color: 14538956.

HSL color Cylindrical-coordinate representation of color #CCD8DD: hue angle of 197.65º 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 #CCD8DD is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204216221-
CMYK0.080.0200.13
HSL197.65º20%83.33%-
HSV(B)197.65º7.69%86.67%-
XYZ62.5167.1778.08-
YUV212.98132.52121.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 216 (84.77% from 255) = 33.70%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=31.83%
G=33.70%
B=34.48%

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
Decimal2042162210.080.0200.13197.652083.33
HexCCD8DD820Dc61453
Octal31433033510201530624123
Binary1100110011011000110111011000100110111000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DD; }

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

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

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

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

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

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

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

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