#CDC5F1

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

Shades of Lavender Blue #CDC5F1

Tints of Lavender Blue #CDC5F1

Color information

#CDC5F1 (or 0xCDC5F1) is unknown color: approx Lavender Blue. HEX triplet: CD, C5 and F1. RGB value is (205,197,241). Sum of RGB (Red+Green+Blue) = 205+197+241=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 197 (77.34% from 255 or 30.64% from 643); Blue value is 241 (94.53% from 255 or 37.48% from 643); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5F1 is #323A0E. Grayscale: #CCCCCC. Windows color (decimal): -3291663 or 15844813. OLE color: 15844813.

HSL color Cylindrical-coordinate representation of color #CDC5F1: hue angle of 250.91º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC5F1 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205197241-
CMYK0.150.1800.05
HSL250.91º61.11%85.88%-
HSV(B)250.91º18.26%94.51%-
XYZ61.0259.2691.44-
YUV204.41148.65128.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 197 (77.34% from 255) = 30.64%
BLUE value IS 241 (94.53% from 255) = 37.48%
R=31.88%
G=30.64%
B=37.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051972410.150.1800.05250.9161.1185.88
HexCDC5F1F1205fb3d56
Octal31530536117220537375126
Binary1100110111000101111100011111100100101111110111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5F1; }

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

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

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

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

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

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

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

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