#CFCFD7

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

Shades of Lavender Grey #CFCFD7

Tints of Lavender Grey #CFCFD7

Color information

#CFCFD7 (or 0xCFCFD7) is unknown color: approx Lavender Grey. HEX triplet: CF, CF and D7. RGB value is (207,207,215). Sum of RGB (Red+Green+Blue) = 207+207+215=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 215 - color contains mainly: blue. Hex color #CFCFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD7 is #303028. Grayscale: #CFCFCF. Windows color (decimal): -3158057 or 14143439. OLE color: 14143439.

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

Color convert

RGB207207215-
CMYK0.040.0400.16
HSL240º9.09%82.75%-
HSV(B)240º3.72%84.31%-
XYZ60.3162.873.23-
YUV207.91132127.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 207 (81.25% from 255) = 32.91%
BLUE value IS 215 (84.38% from 255) = 34.18%
R=32.91%
G=32.91%
B=34.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072072150.040.0400.162409.0982.75
HexCFCFD744010f0953
Octal3173173274402036011123
Binary1100111111001111110101111001000100001111000010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFD7; }

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

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

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

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

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

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

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

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