#CCD8DF

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

Shades of Pattens Blue #CCD8DF

Tints of Pattens Blue #CCD8DF

Color information

#CCD8DF (or 0xCCD8DF) is unknown color: approx Pattens Blue. HEX triplet: CC, D8 and DF. RGB value is (204,216,223). Sum of RGB (Red+Green+Blue) = 204+216+223=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DF is #332720. Grayscale: #D5D5D5. Windows color (decimal): -3352353 or 14670028. OLE color: 14670028.

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

Color convert

RGB204216223-
CMYK0.090.0300.13
HSL202.11º22.89%83.73%-
HSV(B)202.11º8.52%87.45%-
XYZ62.7867.2879.49-
YUV213.21133.52121.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 216 (84.77% from 255) = 33.59%
BLUE value IS 223 (87.5% from 255) = 34.68%
R=31.73%
G=33.59%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042162230.090.0300.13202.1122.8983.73
HexCCD8DF930Dca1754
Octal31433033711301531227124
Binary1100110011011000110111111001110110111001010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8DF; }

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

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

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

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

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

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

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

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