#CBC4FF

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

Shades of Lavender Blue #CBC4FF

Tints of Lavender Blue #CBC4FF

Color information

#CBC4FF (or 0xCBC4FF) is unknown color: approx Lavender Blue. HEX triplet: CB, C4 and FF. RGB value is (203,196,255). Sum of RGB (Red+Green+Blue) = 203+196+255=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4FF is #343B00. Grayscale: #CCCCCC. Windows color (decimal): -3422977 or 16762059. OLE color: 16762059.

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

Color convert

RGB203196255-
CMYK0.200.2300
HSL247.12º100%88.43%-
HSV(B)247.12º23.14%100%-
XYZ62.4259.4102.78-
YUV204.82156.32126.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 255 (100% from 255) = 38.99%
R=31.04%
G=29.97%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031962550.200.2300247.1210088.43
HexCBC4FF141700f76458
Octal313304377242700367144130
Binary1100101111000100111111111010010111001111011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4FF; }

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

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

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

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

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

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

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

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