#CBCCFF

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

Shades of Lavender Blue #CBCCFF

Tints of Lavender Blue #CBCCFF

Color information

#CBCCFF (or 0xCBCCFF) is unknown color: approx Lavender Blue. HEX triplet: CB, CC and FF. RGB value is (203,204,255). Sum of RGB (Red+Green+Blue) = 203+204+255=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 204 (80.08% from 255 or 30.82% 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 #CBCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCCFF is #343300. Grayscale: #D1D1D1. Windows color (decimal): -3420929 or 16764107. OLE color: 16764107.

HSL color Cylindrical-coordinate representation of color #CBCCFF: hue angle of 238.85º 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 #CBCCFF is Cyan = 0.20, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203204255-
CMYK0.200.200
HSL238.85º100%89.8%-
HSV(B)238.85º20.39%100%-
XYZ64.2763.1103.4-
YUV209.52153.67123.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032042550.200.200238.8510089.8
HexCBCCFF141400ef645a
Octal313314377242400357144132
Binary1100101111001100111111111010010100001110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCCFF; }

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

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

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

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

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

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

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

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