#CBCBF8

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

Shades of Lavender Blue #CBCBF8

Tints of Lavender Blue #CBCBF8

Color information

#CBCBF8 (or 0xCBCBF8) is unknown color: approx Lavender Blue. HEX triplet: CB, CB and F8. RGB value is (203,203,248). Sum of RGB (Red+Green+Blue) = 203+203+248=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 248 (97.27% from 255 or 37.92% from 654); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBCBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBF8 is #343407. Grayscale: #CFCFCF. Windows color (decimal): -3421192 or 16305099. OLE color: 16305099.

HSL color Cylindrical-coordinate representation of color #CBCBF8: hue angle of 240º degrees, saturation: 0.76, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBCBF8 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203203248-
CMYK0.180.1800.03
HSL240º76.27%88.43%-
HSV(B)240º18.15%97.25%-
XYZ62.9362.1997.49-
YUV208.13150.5124.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 248 (97.27% from 255) = 37.92%
R=31.04%
G=31.04%
B=37.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032032480.180.1800.0324076.2788.43
HexCBCBF8121203f04c58
Octal313313370222203360114130
Binary11001011110010111111100010010100100111111000010011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBF8; }

 p { color: rgb(203,203,248); }

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

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

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

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

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

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

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