#CCCBFF

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

Shades of Lavender Blue #CCCBFF

Tints of Lavender Blue #CCCBFF

Color information

#CCCBFF (or 0xCCCBFF) is unknown color: approx Lavender Blue. HEX triplet: CC, CB and FF. RGB value is (204,203,255). Sum of RGB (Red+Green+Blue) = 204+203+255=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCCBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBFF is #333400. Grayscale: #D1D1D1. Windows color (decimal): -3355649 or 16763852. OLE color: 16763852.

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

Color convert

RGB204203255-
CMYK0.20.2000
HSL241.15º100%89.8%-
HSV(B)241.15º20.39%100%-
XYZ64.3162.77103.33-
YUV209.23153.83124.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 203 (79.69% from 255) = 30.66%
BLUE value IS 255 (100% from 255) = 38.52%
R=30.82%
G=30.66%
B=38.52%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042032550.20.2000241.1510089.8
HexCCCBFF141400f1645a
Octal314313377242400361144132
Binary1100110011001011111111111010010100001111000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBFF; }

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

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

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

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

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

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

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

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