#CFC1FF

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

Shades of Lavender Blue #CFC1FF

Tints of Lavender Blue #CFC1FF

Color information

#CFC1FF (or 0xCFC1FF) is unknown color: approx Lavender Blue. HEX triplet: CF, C1 and FF. RGB value is (207,193,255). Sum of RGB (Red+Green+Blue) = 207+193+255=655 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.60% from 655); Green value is 193 (75.78% from 255 or 29.47% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFC1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC1FF is #303E00. Grayscale: #CCCCCC. Windows color (decimal): -3161601 or 16761295. OLE color: 16761295.

HSL color Cylindrical-coordinate representation of color #CFC1FF: hue angle of 253.55º 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 #CFC1FF is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB207193255-
CMYK0.190.2400
HSL253.55º100%87.84%-
HSV(B)253.55º24.31%100%-
XYZ62.8558.63102.61-
YUV204.25156.64129.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.60%
GREEN value IS 193 (75.78% from 255) = 29.47%
BLUE value IS 255 (100% from 255) = 38.93%
R=31.60%
G=29.47%
B=38.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2071932550.190.2400253.5510087.84
HexCFC1FF131800fe6458
Octal317301377233000376144130
Binary1100111111000001111111111001111000001111111011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC1FF; }

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

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

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

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

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

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

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

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