#CFCCFA

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

Shades of Lavender Blue #CFCCFA

Tints of Lavender Blue #CFCCFA

Color information

#CFCCFA (or 0xCFCCFA) is unknown color: approx Lavender Blue. HEX triplet: CF, CC and FA. RGB value is (207,204,250). Sum of RGB (Red+Green+Blue) = 207+204+250=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFCCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFCCFA is #303305. Grayscale: #D1D1D1. Windows color (decimal): -3158790 or 16436431. OLE color: 16436431.

HSL color Cylindrical-coordinate representation of color #CFCCFA: hue angle of 243.91º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFCCFA is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207204250-
CMYK0.170.1800.02
HSL243.91º82.14%89.02%-
HSV(B)243.91º18.4%98.04%-
XYZ64.5863.3599.27-
YUV210.14150.49125.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 250 (98.05% from 255) = 37.82%
R=31.32%
G=30.86%
B=37.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072042500.170.1800.02243.9182.1489.02
HexCFCCFA111202f45259
Octal317314372212202364122131
Binary11001111110011001111101010001100100101111010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCFA; }

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

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

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

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

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

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

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

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