#CCBEFD

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

Shades of Lavender Blue #CCBEFD

Tints of Lavender Blue #CCBEFD

Color information

#CCBEFD (or 0xCCBEFD) is unknown color: approx Lavender Blue. HEX triplet: CC, BE and FD. RGB value is (204,190,253). Sum of RGB (Red+Green+Blue) = 204+190+253=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 253 (99.22% from 255 or 39.10% from 647); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBEFD is #334102. Grayscale: #C9C9C9. Windows color (decimal): -3358979 or 16629452. OLE color: 16629452.

HSL color Cylindrical-coordinate representation of color #CCBEFD: hue angle of 253.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBEFD is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204190253-
CMYK0.190.2500.01
HSL253.33º94.03%86.86%-
HSV(B)253.33º24.9%99.22%-
XYZ61.0456.76100.67-
YUV201.37157.14129.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 190 (74.61% from 255) = 29.37%
BLUE value IS 253 (99.22% from 255) = 39.10%
R=31.53%
G=29.37%
B=39.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041902530.190.2500.01253.3394.0386.86
HexCCBEFD131901fd5e57
Octal314276375233101375136127
Binary1100110010111110111111011001111001011111110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBEFD; }

 p { color: rgb(204,190,253); }

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

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

 a { background-color: rgb(204,190,253); }

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

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

 span { border-color: rgb(204,190,253); }

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