#CFCED9

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

Shades of Lavender Grey #CFCED9

Tints of Lavender Grey #CFCED9

Color information

#CFCED9 (or 0xCFCED9) is unknown color: approx Lavender Grey. HEX triplet: CF, CE and D9. RGB value is (207,206,217). Sum of RGB (Red+Green+Blue) = 207+206+217=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 217 - color contains mainly: blue. Hex color #CFCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCED9 is #303126. Grayscale: #CFCFCF. Windows color (decimal): -3158311 or 14274255. OLE color: 14274255.

HSL color Cylindrical-coordinate representation of color #CFCED9: hue angle of 245.45º degrees, saturation: 0.13, 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 #CFCED9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207206217-
CMYK0.050.0500.15
HSL245.45º12.64%82.94%-
HSV(B)245.45º5.07%85.1%-
XYZ60.3362.4274.51-
YUV207.55133.33127.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 217 (85.16% from 255) = 34.44%
R=32.86%
G=32.70%
B=34.44%

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
Decimal2072062170.050.0500.15245.4512.6482.94
HexCFCED9550Ff5d53
Octal3173163315501736515123
Binary110011111100111011011001101101011111111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCED9; }

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

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

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

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

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

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

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

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