#C8B4FF

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

Shades of Lavender Blue #C8B4FF

Tints of Lavender Blue #C8B4FF

Color information

#C8B4FF (or 0xC8B4FF) is unknown color: approx Lavender Blue. HEX triplet: C8, B4 and FF. RGB value is (200,180,255). Sum of RGB (Red+Green+Blue) = 200+180+255=635 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.50% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B4FF is #374B00. Grayscale: #C2C2C2. Windows color (decimal): -3623681 or 16757960. OLE color: 16757960.

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

Color convert

RGB200180255-
CMYK0.220.2900
HSL256º100%85.29%-
HSV(B)256º29.41%100%-
XYZ58.1952.14101.61-
YUV194.53162.13131.9-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.50%
GREEN value IS 180 (70.70% from 255) = 28.35%
BLUE value IS 255 (100% from 255) = 40.16%
R=31.50%
G=28.35%
B=40.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001802550.220.290025610085.29
HexC8B4FF161D001006455
Octal310264377263500400144125
Binary11001000101101001111111110110111010010000000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4FF; }

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

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

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

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

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

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

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

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