#CCCBF5

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

Shades of Lavender Blue #CCCBF5

Tints of Lavender Blue #CCCBF5

Color information

#CCCBF5 (or 0xCCCBF5) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and F5. RGB value is (204,203,245). Sum of RGB (Red+Green+Blue) = 204+203+245=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF5 is #33340A. Grayscale: #CFCFCF. Windows color (decimal): -3355659 or 16108492. OLE color: 16108492.

HSL color Cylindrical-coordinate representation of color #CCCBF5: hue angle of 241.43º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCBF5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204203245-
CMYK0.170.1700.04
HSL241.43º67.74%87.84%-
HSV(B)241.43º17.14%96.08%-
XYZ62.7462.1495.07-
YUV208.09148.83125.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 203 (79.69% from 255) = 31.13%
BLUE value IS 245 (96.09% from 255) = 37.58%
R=31.29%
G=31.13%
B=37.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042032450.170.1700.04241.4367.7487.84
HexCCCBF5111104f14458
Octal314313365212104361104130
Binary110011001100101111110101100011000101001111000110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBF5; }

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

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

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

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

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

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

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

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