#CFCFD8

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

Shades of Lavender Grey #CFCFD8

Tints of Lavender Grey #CFCFD8

Color information

#CFCFD8 (or 0xCFCFD8) is unknown color: approx Lavender Grey. HEX triplet: CF, CF and D8. RGB value is (207,207,216). Sum of RGB (Red+Green+Blue) = 207+207+216=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 216 (84.77% from 255 or 34.29% from 630); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFCFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFD8 is #303027. Grayscale: #CFCFCF. Windows color (decimal): -3158056 or 14208975. OLE color: 14208975.

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

Color convert

RGB207207216-
CMYK0.040.0400.15
HSL240º10.34%82.94%-
HSV(B)240º4.17%84.71%-
XYZ60.4462.8573.91-
YUV208.03132.5127.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 216 (84.77% from 255) = 34.29%
R=32.86%
G=32.86%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2072072160.040.0400.1524010.3482.94
HexCFCFD8440Ff0a53
Octal3173173304401736012123
Binary110011111100111111011000100100011111111000010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFD8; }

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

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

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

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

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

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

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

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