#CBC4F1

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

Shades of Lavender Blue #CBC4F1

Tints of Lavender Blue #CBC4F1

Color information

#CBC4F1 (or 0xCBC4F1) is unknown color: approx Lavender Blue. HEX triplet: CB, C4 and F1. RGB value is (203,196,241). Sum of RGB (Red+Green+Blue) = 203+196+241=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 196 (76.95% from 255 or 30.62% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBC4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4F1 is #343B0E. Grayscale: #CBCBCB. Windows color (decimal): -3422991 or 15844555. OLE color: 15844555.

HSL color Cylindrical-coordinate representation of color #CBC4F1: hue angle of 249.33º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC4F1 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203196241-
CMYK0.160.1900.05
HSL249.33º61.64%85.69%-
HSV(B)249.33º18.67%94.51%-
XYZ60.2558.5391.34-
YUV203.22149.32127.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 196 (76.95% from 255) = 30.62%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=31.72%
G=30.62%
B=37.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031962410.160.1900.05249.3361.6485.69
HexCBC4F1101305f93e56
Octal31330436120230537176126
Binary11001011110001001111000110000100110101111110011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4F1; }

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

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

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

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

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

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

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

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