#CFCCF6

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

Shades of Lavender Blue #CFCCF6

Tints of Lavender Blue #CFCCF6

Color information

#CFCCF6 (or 0xCFCCF6) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and F6. RGB value is (207,204,246). Sum of RGB (Red+Green+Blue) = 207+204+246=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCF6 is #303309. Grayscale: #D1D1D1. Windows color (decimal): -3158794 or 16174287. OLE color: 16174287.

HSL color Cylindrical-coordinate representation of color #CFCCF6: hue angle of 244.29º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFCCF6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207204246-
CMYK0.160.1700.04
HSL244.29º70%88.24%-
HSV(B)244.29º17.07%96.47%-
XYZ63.9663.196-
YUV209.68148.49126.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 204 (80.08% from 255) = 31.05%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=31.51%
G=31.05%
B=37.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072042460.160.1700.04244.297088.24
HexCFCCF6101104f44658
Octal317314366202104364106130
Binary110011111100110011110110100001000101001111010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCF6; }

 p { color: rgb(207,204,246); }

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

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

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

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

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

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

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