#CDC5FB

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

Shades of Lavender Blue #CDC5FB

Tints of Lavender Blue #CDC5FB

Color information

#CDC5FB (or 0xCDC5FB) is unknown color: approx Lavender Blue. HEX triplet: CD, C5 and FB. RGB value is (205,197,251). Sum of RGB (Red+Green+Blue) = 205+197+251=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 197 (77.34% from 255 or 30.17% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5FB is #323A04. Grayscale: #CDCDCD. Windows color (decimal): -3291653 or 16500173. OLE color: 16500173.

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

Color convert

RGB205197251-
CMYK0.180.2200.02
HSL248.89º87.1%87.84%-
HSV(B)248.89º21.51%98.43%-
XYZ62.5659.8899.53-
YUV205.55153.65127.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 197 (77.34% from 255) = 30.17%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=31.39%
G=30.17%
B=38.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051972510.180.2200.02248.8987.187.84
HexCDC5FB121602f95758
Octal315305373222602371127130
Binary11001101110001011111101110010101100101111100110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5FB; }

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

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

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

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

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

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

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

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