#CCBDFF

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

Shades of Lavender Blue #CCBDFF

Tints of Lavender Blue #CCBDFF

Color information

#CCBDFF (or 0xCCBDFF) is unknown color: approx Lavender Blue. HEX triplet: CC, BD and FF. RGB value is (204,189,255). Sum of RGB (Red+Green+Blue) = 204+189+255=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 189 (74.22% from 255 or 29.17% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBDFF is #334200. Grayscale: #C8C8C8. Windows color (decimal): -3359233 or 16760268. OLE color: 16760268.

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

Color convert

RGB204189255-
CMYK0.20.2600
HSL253.64º100%87.06%-
HSV(B)253.64º25.88%100%-
XYZ61.1556.45102.28-
YUV201.01158.47130.13-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 189 (74.22% from 255) = 29.17%
BLUE value IS 255 (100% from 255) = 39.35%
R=31.48%
G=29.17%
B=39.35%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041892550.20.2600253.6410087.06
HexCCBDFF141A00fe6457
Octal314275377243200376144127
Binary1100110010111101111111111010011010001111111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDFF; }

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

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

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

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

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

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

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

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