#CFC5FE

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

Shades of Lavender Blue #CFC5FE

Tints of Lavender Blue #CFC5FE

Color information

#CFC5FE (or 0xCFC5FE) is unknown color: approx Lavender Blue. HEX triplet: CF, C5 and FE. RGB value is (207,197,254). Sum of RGB (Red+Green+Blue) = 207+197+254=658 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.46% from 658); Green value is 197 (77.34% from 255 or 29.94% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFC5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC5FE is #303A01. Grayscale: #CECECE. Windows color (decimal): -3160578 or 16696783. OLE color: 16696783.

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

Color convert

RGB207197254-
CMYK0.190.2200.00
HSL250.53º96.61%88.43%-
HSV(B)250.53º22.44%99.61%-
XYZ63.5960.35102.06-
YUV206.49154.81128.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.46%
GREEN value IS 197 (77.34% from 255) = 29.94%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=31.46%
G=29.94%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2071972540.190.2200.00250.5396.6188.43
HexCFC5FE131600fb6158
Octal317305376232600373141130
Binary1100111111000101111111101001110110001111101111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC5FE; }

 p { color: rgb(207,197,254); }

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

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

 a { background-color: rgb(207,197,254); }

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

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

 span { border-color: rgb(207,197,254); }

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