#CCCBFA

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

Shades of Lavender Blue #CCCBFA

Tints of Lavender Blue #CCCBFA

Color information

#CCCBFA (or 0xCCCBFA) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and FA. RGB value is (204,203,250). Sum of RGB (Red+Green+Blue) = 204+203+250=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 203 (79.69% from 255 or 30.90% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFA is #333405. Grayscale: #D0D0D0. Windows color (decimal): -3355654 or 16436172. OLE color: 16436172.

HSL color Cylindrical-coordinate representation of color #CCCBFA: hue angle of 241.28º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCBFA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204203250-
CMYK0.180.1900.02
HSL241.28º82.46%88.82%-
HSV(B)241.28º18.8%98.04%-
XYZ63.5162.4599.15-
YUV208.66151.33124.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.05%
GREEN value IS 203 (79.69% from 255) = 30.90%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=31.05%
G=30.90%
B=38.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042032500.180.1900.02241.2882.4688.82
HexCCCBFA121302f15259
Octal314313372222302361122131
Binary11001100110010111111101010010100110101111000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBFA; }

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

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

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

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

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

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

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

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