#CCB8FF

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

Shades of Lavender Blue #CCB8FF

Tints of Lavender Blue #CCB8FF

Color information

#CCB8FF (or 0xCCB8FF) is unknown color: approx Lavender Blue. HEX triplet: CC, B8 and FF. RGB value is (204,184,255). Sum of RGB (Red+Green+Blue) = 204+184+255=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 184 (72.27% from 255 or 28.62% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCB8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8FF is #334700. Grayscale: #C5C5C5. Windows color (decimal): -3360513 or 16758988. OLE color: 16758988.

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

Color convert

RGB204184255-
CMYK0.20.2800
HSL256.9º100%86.08%-
HSV(B)256.9º27.84%100%-
XYZ60.0954.34101.93-
YUV198.07160.13132.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 184 (72.27% from 255) = 28.62%
BLUE value IS 255 (100% from 255) = 39.66%
R=31.73%
G=28.62%
B=39.66%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041842550.20.2800256.910086.08
HexCCB8FF141C001016456
Octal314270377243400401144126
Binary11001100101110001111111110100111000010000000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8FF; }

 p { color: rgb(204,184,255); }

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

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

 a { background-color: rgb(204,184,255); }

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

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

 span { border-color: rgb(204,184,255); }

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