#CFD7DB

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

Shades of Pattens Blue #CFD7DB

Tints of Pattens Blue #CFD7DB

Color information

#CFD7DB (or 0xCFD7DB) is unknown color: approx Pattens Blue. HEX triplet: CF, D7 and DB. RGB value is (207,215,219). Sum of RGB (Red+Green+Blue) = 207+215+219=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 215 (84.38% from 255 or 33.54% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD7DB is #302824. Grayscale: #D5D5D5. Windows color (decimal): -3156005 or 14407631. OLE color: 14407631.

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

Color convert

RGB207215219-
CMYK0.050.0200.14
HSL200º14.29%83.53%-
HSV(B)200º5.48%85.88%-
XYZ62.8266.9876.64-
YUV213.06131.35123.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 215 (84.38% from 255) = 33.54%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=32.29%
G=33.54%
B=34.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072152190.050.0200.1420014.2983.53
HexCFD7DB520Ec8e54
Octal3173273335201631016124
Binary11001111110101111101101110110011101100100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7DB; }

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

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

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

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

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

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

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

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