#CFCDDD

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

Shades of Lavender Grey #CFCDDD

Tints of Lavender Grey #CFCDDD

Color information

#CFCDDD (or 0xCFCDDD) is unknown color: approx Lavender Grey. HEX triplet: CF, CD and DD. RGB value is (207,205,221). Sum of RGB (Red+Green+Blue) = 207+205+221=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 205 (80.47% from 255 or 32.39% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFCDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDD is #303222. Grayscale: #CFCFCF. Windows color (decimal): -3158563 or 14536143. OLE color: 14536143.

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

Color convert

RGB207205221-
CMYK0.060.0700.13
HSL247.5º19.05%83.53%-
HSV(B)247.5º7.24%86.67%-
XYZ60.6162.1577.21-
YUV207.42135.66127.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 205 (80.47% from 255) = 32.39%
BLUE value IS 221 (86.72% from 255) = 34.91%
R=32.70%
G=32.39%
B=34.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072052210.060.0700.13247.519.0583.53
HexCFCDDD670Df81354
Octal3173153356701537023124
Binary1100111111001101110111011101110110111111000100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCDDD; }

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

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

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

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

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

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

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

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