#C8B4FE

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

Shades of Lavender Blue #C8B4FE

Tints of Lavender Blue #C8B4FE

Color information

#C8B4FE (or 0xC8B4FE) is unknown color: approx Lavender Blue. HEX triplet: C8, B4 and FE. RGB value is (200,180,254). Sum of RGB (Red+Green+Blue) = 200+180+254=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 180 (70.70% from 255 or 28.39% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8B4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4FE is #374B01. Grayscale: #C2C2C2. Windows color (decimal): -3623682 or 16692424. OLE color: 16692424.

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

Color convert

RGB200180254-
CMYK0.210.2900.00
HSL256.22º97.37%85.1%-
HSV(B)256.22º29.13%99.61%-
XYZ58.0352.08100.76-
YUV194.42161.63131.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.55%
GREEN value IS 180 (70.70% from 255) = 28.39%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=31.55%
G=28.39%
B=40.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2001802540.210.2900.00256.2297.3785.1
HexC8B4FE151D001006155
Octal310264376253500400141125
Binary11001000101101001111111010101111010010000000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4FE; }

 p { color: rgb(200,180,254); }

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

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

 a { background-color: rgb(200,180,254); }

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

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

 span { border-color: rgb(200,180,254); }

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