#CDC6FB

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

Shades of Lavender Blue #CDC6FB

Tints of Lavender Blue #CDC6FB

Color information

#CDC6FB (or 0xCDC6FB) is unknown color: approx Lavender Blue. HEX triplet: CD, C6 and FB. RGB value is (205,198,251). Sum of RGB (Red+Green+Blue) = 205+198+251=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDC6FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC6FB is #323904. Grayscale: #CDCDCD. Windows color (decimal): -3291397 or 16500429. OLE color: 16500429.

HSL color Cylindrical-coordinate representation of color #CDC6FB: hue angle of 247.92º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC6FB is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205198251-
CMYK0.180.2100.02
HSL247.92º86.89%88.04%-
HSV(B)247.92º21.12%98.43%-
XYZ62.7860.3399.6-
YUV206.14153.32127.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=31.35%
G=30.28%
B=38.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051982510.180.2100.02247.9286.8988.04
HexCDC6FB121502f85758
Octal315306373222502370127130
Binary11001101110001101111101110010101010101111100010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC6FB; }

 p { color: rgb(205,198,251); }

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

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

 a { background-color: rgb(205,198,251); }

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

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

 span { border-color: rgb(205,198,251); }

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