#CBC2FD

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

Shades of Lavender Blue #CBC2FD

Tints of Lavender Blue #CBC2FD

Color information

#CBC2FD (or 0xCBC2FD) is unknown color: approx Lavender Blue. HEX triplet: CB, C2 and FD. RGB value is (203,194,253). Sum of RGB (Red+Green+Blue) = 203+194+253=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBC2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FD is #343D02. Grayscale: #CBCBCB. Windows color (decimal): -3423491 or 16630475. OLE color: 16630475.

HSL color Cylindrical-coordinate representation of color #CBC2FD: hue angle of 249.15º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC2FD is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203194253-
CMYK0.200.2300.01
HSL249.15º93.65%87.65%-
HSV(B)249.15º23.32%99.22%-
XYZ61.6558.37100.95-
YUV203.42155.98127.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 194 (76.17% from 255) = 29.85%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=31.23%
G=29.85%
B=38.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031942530.200.2300.01249.1593.6587.65
HexCBC2FD141701f95e58
Octal313302375242701371136130
Binary1100101111000010111111011010010111011111100110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2FD; }

 p { color: rgb(203,194,253); }

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

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

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

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

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

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

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