#CBCFF5

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

Shades of Lavender Blue #CBCFF5

Tints of Lavender Blue #CBCFF5

Color information

#CBCFF5 (or 0xCBCFF5) is unknown color: approx Lavender Blue. HEX triplet: CB, CF and F5. RGB value is (203,207,245). Sum of RGB (Red+Green+Blue) = 203+207+245=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBCFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFF5 is #34300A. Grayscale: #D1D1D1. Windows color (decimal): -3420171 or 16109515. OLE color: 16109515.

HSL color Cylindrical-coordinate representation of color #CBCFF5: hue angle of 234.29º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCFF5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203207245-
CMYK0.170.1600.04
HSL234.29º67.74%87.84%-
HSV(B)234.29º17.14%96.08%-
XYZ63.4263.9195.38-
YUV210.14147.67122.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 207 (81.25% from 255) = 31.60%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=30.99%
G=31.60%
B=37.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032072450.170.1600.04234.2967.7487.84
HexCBCFF5111004ea4458
Octal313317365212004352104130
Binary110010111100111111110101100011000001001110101010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFF5; }

 p { color: rgb(203,207,245); }

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

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

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

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

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

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

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