#CFC3FF

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

Shades of Lavender Blue #CFC3FF

Tints of Lavender Blue #CFC3FF

Color information

#CFC3FF (or 0xCFC3FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C3 and FF. RGB value is (207,195,255). Sum of RGB (Red+Green+Blue) = 207+195+255=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 195 (76.56% from 255 or 29.68% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3FF is #303C00. Grayscale: #CDCDCD. Windows color (decimal): -3161089 or 16761807. OLE color: 16761807.

HSL color Cylindrical-coordinate representation of color #CFC3FF: hue angle of 252º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC3FF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207195255-
CMYK0.190.2400
HSL252º100%88.24%-
HSV(B)252º23.53%100%-
XYZ63.359.52102.76-
YUV205.43155.98129.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 195 (76.56% from 255) = 29.68%
BLUE value IS 255 (100% from 255) = 38.81%
R=31.51%
G=29.68%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071952550.190.240025210088.24
HexCFC3FF131800fc6458
Octal317303377233000374144130
Binary1100111111000011111111111001111000001111110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC3FF; }

 p { color: rgb(207,195,255); }

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

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

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

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

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

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

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