#CFCEDB

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

Shades of Lavender Grey #CFCEDB

Tints of Lavender Grey #CFCEDB

Color information

#CFCEDB (or 0xCFCEDB) is unknown color: approx Lavender Grey. HEX triplet: CF, CE and DB. RGB value is (207,206,219). Sum of RGB (Red+Green+Blue) = 207+206+219=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFCEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEDB is #303124. Grayscale: #CFCFCF. Windows color (decimal): -3158309 or 14405327. OLE color: 14405327.

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

Color convert

RGB207206219-
CMYK0.050.0600.14
HSL244.62º15.29%83.33%-
HSV(B)244.62º5.94%85.88%-
XYZ60.5962.5275.89-
YUV207.78134.33127.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 206 (80.86% from 255) = 32.59%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=32.75%
G=32.59%
B=34.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072062190.050.0600.14244.6215.2983.33
HexCFCEDB560Ef5f53
Octal3173163335601636517123
Binary110011111100111011011011101110011101111010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEDB; }

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

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

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

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

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

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

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

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