#CFC0FF

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

Shades of Lavender Blue #CFC0FF

Tints of Lavender Blue #CFC0FF

Color information

#CFC0FF (or 0xCFC0FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C0 and FF. RGB value is (207,192,255). Sum of RGB (Red+Green+Blue) = 207+192+255=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 192 (75.39% from 255 or 29.36% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0FF is #303F00. Grayscale: #CBCBCB. Windows color (decimal): -3161857 or 16761039. OLE color: 16761039.

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

Color convert

RGB207192255-
CMYK0.190.2500
HSL254.29º100%87.65%-
HSV(B)254.29º24.71%100%-
XYZ62.6358.18102.54-
YUV203.67156.97130.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 192 (75.39% from 255) = 29.36%
BLUE value IS 255 (100% from 255) = 38.99%
R=31.65%
G=29.36%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071922550.190.2500254.2910087.65
HexCFC0FF131900fe6458
Octal317300377233100376144130
Binary1100111111000000111111111001111001001111111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0FF; }

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

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

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

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

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

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

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

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