#CCD7DF

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

Shades of Pattens Blue #CCD7DF

Tints of Pattens Blue #CCD7DF

Color information

#CCD7DF (or 0xCCD7DF) is unknown color: approx Pattens Blue. HEX triplet: CC, D7 and DF. RGB value is (204,215,223). Sum of RGB (Red+Green+Blue) = 204+215+223=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DF is #332820. Grayscale: #D4D4D4. Windows color (decimal): -3352609 or 14669772. OLE color: 14669772.

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

Color convert

RGB204215223-
CMYK0.090.0400.13
HSL205.26º22.89%83.73%-
HSV(B)205.26º8.52%87.45%-
XYZ62.5266.7779.4-
YUV212.62133.86121.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.78%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=31.78%
G=33.49%
B=34.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042152230.090.0400.13205.2622.8983.73
HexCCD7DF940Dcd1754
Octal31432733711401531527124
Binary11001100110101111101111110011000110111001101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7DF; }

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

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

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

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

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

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

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

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