#CFCFF6

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

Shades of Lavender Blue #CFCFF6

Tints of Lavender Blue #CFCFF6

Color information

#CFCFF6 (or 0xCFCFF6) is unknown color: approx Lavender Blue. HEX triplet: CF, CF and F6. RGB value is (207,207,246). Sum of RGB (Red+Green+Blue) = 207+207+246=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFCFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCFF6 is #303009. Grayscale: #D3D3D3. Windows color (decimal): -3158026 or 16175055. OLE color: 16175055.

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

Color convert

RGB207207246-
CMYK0.160.1600.04
HSL240º68.42%88.82%-
HSV(B)240º15.85%96.47%-
XYZ64.6864.5496.24-
YUV211.45147.5124.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 207 (81.25% from 255) = 31.36%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=31.36%
G=31.36%
B=37.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072072460.160.1600.0424068.4288.82
HexCFCFF6101004f04459
Octal317317366202004360104131
Binary110011111100111111110110100001000001001111000010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFF6; }

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

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

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

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

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

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

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

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