#CBC9F7

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

Shades of Lavender Blue #CBC9F7

Tints of Lavender Blue #CBC9F7

Color information

#CBC9F7 (or 0xCBC9F7) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and F7. RGB value is (203,201,247). Sum of RGB (Red+Green+Blue) = 203+201+247=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 201 (78.91% from 255 or 30.88% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBC9F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9F7 is #343608. Grayscale: #CECECE. Windows color (decimal): -3421705 or 16239051. OLE color: 16239051.

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

Color convert

RGB203201247-
CMYK0.180.1900.03
HSL242.61º74.19%87.84%-
HSV(B)242.61º18.62%96.86%-
XYZ62.361.1996.52-
YUV206.84150.66125.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.18%
GREEN value IS 201 (78.91% from 255) = 30.88%
BLUE value IS 247 (96.88% from 255) = 37.94%
R=31.18%
G=30.88%
B=37.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032012470.180.1900.03242.6174.1987.84
HexCBC9F7121303f34a58
Octal313311367222303363112130
Binary11001011110010011111011110010100110111111001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9F7; }

 p { color: rgb(203,201,247); }

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

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

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

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

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

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

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