#CCCBF8

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

Shades of Lavender Blue #CCCBF8

Tints of Lavender Blue #CCCBF8

Color information

#CCCBF8 (or 0xCCCBF8) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and F8. RGB value is (204,203,248). Sum of RGB (Red+Green+Blue) = 204+203+248=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCCBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF8 is #333407. Grayscale: #D0D0D0. Windows color (decimal): -3355656 or 16305100. OLE color: 16305100.

HSL color Cylindrical-coordinate representation of color #CCCBF8: hue angle of 241.33º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCBF8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204203248-
CMYK0.180.1800.03
HSL241.33º76.27%88.43%-
HSV(B)241.33º18.15%97.25%-
XYZ63.262.3397.51-
YUV208.43150.33124.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 248 (97.27% from 255) = 37.86%
R=31.15%
G=30.99%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042032480.180.1800.03241.3376.2788.43
HexCCCBF8121203f14c58
Octal314313370222203361114130
Binary11001100110010111111100010010100100111111000110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBF8; }

 p { color: rgb(204,203,248); }

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

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

 a { background-color: rgb(204,203,248); }

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

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

 span { border-color: rgb(204,203,248); }

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