#CFCDDE

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

Shades of Lavender Grey #CFCDDE

Tints of Lavender Grey #CFCDDE

Color information

#CFCDDE (or 0xCFCDDE) is unknown color: approx Lavender Grey. HEX triplet: CF, CD and DE. RGB value is (207,205,222). Sum of RGB (Red+Green+Blue) = 207+205+222=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 222 (87.11% from 255 or 35.02% from 634); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDE is #303221. Grayscale: #CFCFCF. Windows color (decimal): -3158562 or 14601679. OLE color: 14601679.

HSL color Cylindrical-coordinate representation of color #CFCDDE: hue angle of 247.06º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCDDE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207205222-
CMYK0.070.0800.13
HSL247.06º20.48%83.73%-
HSV(B)247.06º7.66%87.06%-
XYZ60.7562.277.91-
YUV207.54136.16127.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 205 (80.47% from 255) = 32.33%
BLUE value IS 222 (87.11% from 255) = 35.02%
R=32.65%
G=32.33%
B=35.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072052220.070.0800.13247.0620.4883.73
HexCFCDDE780Df71454
Octal31731533671001536724124
Binary11001111110011011101111011110000110111110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDDE; }

 p { color: rgb(207,205,222); }

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

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

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

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

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

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

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