#CBC8F2

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

Shades of Lavender Blue #CBC8F2

Tints of Lavender Blue #CBC8F2

Color information

#CBC8F2 (or 0xCBC8F2) is unknown color: approx Lavender Blue. HEX triplet: CB, C8 and F2. RGB value is (203,200,242). Sum of RGB (Red+Green+Blue) = 203+200+242=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8F2 is #34370D. Grayscale: #CDCDCD. Windows color (decimal): -3421966 or 15911115. OLE color: 15911115.

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

Color convert

RGB203200242-
CMYK0.160.1700.05
HSL244.29º61.76%86.67%-
HSV(B)244.29º17.36%94.9%-
XYZ61.3160.4292.43-
YUV205.68148.49126.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 200 (78.52% from 255) = 31.01%
BLUE value IS 242 (94.92% from 255) = 37.52%
R=31.47%
G=31.01%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032002420.160.1700.05244.2961.7686.67
HexCBC8F2101105f43e57
Octal31331036220210536476127
Binary11001011110010001111001010000100010101111101001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8F2; }

 p { color: rgb(203,200,242); }

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

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

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

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

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

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

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