#CFC0FC

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

Shades of Lavender Blue #CFC0FC

Tints of Lavender Blue #CFC0FC

Color information

#CFC0FC (or 0xCFC0FC) is unknown color: approx Lavender Blue. HEX triplet: CF, C0 and FC. RGB value is (207,192,252). Sum of RGB (Red+Green+Blue) = 207+192+252=651 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.80% from 651); Green value is 192 (75.39% from 255 or 29.49% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFC0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC0FC is #303F03. Grayscale: #CBCBCB. Windows color (decimal): -3161860 or 16564431. OLE color: 16564431.

HSL color Cylindrical-coordinate representation of color #CFC0FC: hue angle of 255º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFC0FC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207192252-
CMYK0.180.2400.01
HSL255º90.91%87.06%-
HSV(B)255º23.81%98.82%-
XYZ62.1557.99100.01-
YUV203.32155.47130.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.80%
GREEN value IS 192 (75.39% from 255) = 29.49%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=31.80%
G=29.49%
B=38.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071922520.180.2400.0125590.9187.06
HexCFC0FC121801ff5b57
Octal317300374223001377133127
Binary1100111111000000111111001001011000011111111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC0FC; }

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

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

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

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

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

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

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

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