#CFD7DC

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

Shades of Pattens Blue #CFD7DC

Tints of Pattens Blue #CFD7DC

Color information

#CFD7DC (or 0xCFD7DC) is unknown color: approx Pattens Blue. HEX triplet: CF, D7 and DC. RGB value is (207,215,220). Sum of RGB (Red+Green+Blue) = 207+215+220=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: blue. Hex color #CFD7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7DC is #302823. Grayscale: #D5D5D5. Windows color (decimal): -3156004 or 14473167. OLE color: 14473167.

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

Color convert

RGB207215220-
CMYK0.060.0200.14
HSL203.08º15.66%83.73%-
HSV(B)203.08º5.91%86.27%-
XYZ62.9567.0377.33-
YUV213.18131.85123.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 220 (86.33% from 255) = 34.27%
R=32.24%
G=33.49%
B=34.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072152200.060.0200.14203.0815.6683.73
HexCFD7DC620Ecb1054
Octal3173273346201631320124
Binary110011111101011111011100110100111011001011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7DC; }

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

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

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

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

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

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

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

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