#CDC5FD

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

Shades of Lavender Blue #CDC5FD

Tints of Lavender Blue #CDC5FD

Color information

#CDC5FD (or 0xCDC5FD) is unknown color: approx Lavender Blue. HEX triplet: CD, C5 and FD. RGB value is (205,197,253). Sum of RGB (Red+Green+Blue) = 205+197+253=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 253 (99.22% from 255 or 38.63% from 655); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDC5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5FD is #323A02. Grayscale: #CDCDCD. Windows color (decimal): -3291651 or 16631245. OLE color: 16631245.

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

Color convert

RGB205197253-
CMYK0.190.2200.01
HSL248.57º93.33%88.24%-
HSV(B)248.57º22.13%99.22%-
XYZ62.8760101.2-
YUV205.78154.65127.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 253 (99.22% from 255) = 38.63%
R=31.30%
G=30.08%
B=38.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051972530.190.2200.01248.5793.3388.24
HexCDC5FD131601f95d58
Octal315305375232601371135130
Binary1100110111000101111111011001110110011111100110111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5FD; }

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

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

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

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

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

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

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

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