#CBC4F0

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

Shades of Lavender Blue #CBC4F0

Tints of Lavender Blue #CBC4F0

Color information

#CBC4F0 (or 0xCBC4F0) is unknown color: approx Lavender Blue. HEX triplet: CB, C4 and F0. RGB value is (203,196,240). Sum of RGB (Red+Green+Blue) = 203+196+240=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 196 (76.95% from 255 or 30.67% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4F0 is #343B0F. Grayscale: #CACACA. Windows color (decimal): -3422992 or 15779019. OLE color: 15779019.

HSL color Cylindrical-coordinate representation of color #CBC4F0: hue angle of 249.55º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC4F0 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203196240-
CMYK0.150.1800.06
HSL249.55º59.46%85.49%-
HSV(B)249.55º18.33%94.12%-
XYZ60.158.4790.56-
YUV203.11148.82127.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 196 (76.95% from 255) = 30.67%
BLUE value IS 240 (94.14% from 255) = 37.56%
R=31.77%
G=30.67%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031962400.150.1800.06249.5559.4685.49
HexCBC4F0F1206fa3b55
Octal31330436017220637273125
Binary1100101111000100111100001111100100110111110101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4F0; }

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

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

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

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

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

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

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

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