#CFD9DF

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

Shades of Pattens Blue #CFD9DF

Tints of Pattens Blue #CFD9DF

Color information

#CFD9DF (or 0xCFD9DF) is unknown color: approx Pattens Blue. HEX triplet: CF, D9 and DF. RGB value is (207,217,223). Sum of RGB (Red+Green+Blue) = 207+217+223=647 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.99% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #CFD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9DF is #302620. Grayscale: #D6D6D6. Windows color (decimal): -3155489 or 14670287. OLE color: 14670287.

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

Color convert

RGB207217223-
CMYK0.070.0300.13
HSL202.5º20%84.31%-
HSV(B)202.5º7.17%87.45%-
XYZ63.8668.2279.61-
YUV214.69132.69122.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.99%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 223 (87.5% from 255) = 34.47%
R=31.99%
G=33.54%
B=34.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072172230.070.0300.13202.52084.31
HexCFD9DF730Dca1454
Octal3173313377301531224124
Binary110011111101100111011111111110110111001010101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9DF; }

 p { color: rgb(207,217,223); }

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

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

 a { background-color: rgb(207,217,223); }

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

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

 span { border-color: rgb(207,217,223); }

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