#CFCFD9

Color #CFCFD9 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #CFCFD9

Tints of Lavender Grey #CFCFD9

Color information

#CFCFD9 (or 0xCFCFD9) is unknown color: approx Lavender Grey. HEX triplet: CF, CF and D9. RGB value is (207,207,217). Sum of RGB (Red+Green+Blue) = 207+207+217=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 217 (85.16% from 255 or 34.39% from 631); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD9 is #303026. Grayscale: #D0D0D0. Windows color (decimal): -3158055 or 14274511. OLE color: 14274511.

HSL color Cylindrical-coordinate representation of color #CFCFD9: hue angle of 240º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCFD9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207207217-
CMYK0.050.0500.15
HSL240º11.63%83.14%-
HSV(B)240º4.61%85.1%-
XYZ60.5762.974.59-
YUV208.14133127.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 217 (85.16% from 255) = 34.39%
R=32.81%
G=32.81%
B=34.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072072170.050.0500.1524011.6383.14
HexCFCFD9550Ff0c53
Octal3173173315501736014123
Binary110011111100111111011001101101011111111000011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFD9; }

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

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

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

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

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

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

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

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