#CDC5F8

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

Shades of Lavender Blue #CDC5F8

Tints of Lavender Blue #CDC5F8

Color information

#CDC5F8 (or 0xCDC5F8) is unknown color: approx Lavender Blue. HEX triplet: CD, C5 and F8. RGB value is (205,197,248). Sum of RGB (Red+Green+Blue) = 205+197+248=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 248 (97.27% from 255 or 38.15% from 650); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDC5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5F8 is #323A07. Grayscale: #CDCDCD. Windows color (decimal): -3291656 or 16303565. OLE color: 16303565.

HSL color Cylindrical-coordinate representation of color #CDC5F8: hue angle of 249.41º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDC5F8 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205197248-
CMYK0.170.2100.03
HSL249.41º78.46%87.25%-
HSV(B)249.41º20.56%97.25%-
XYZ62.0959.6997.06-
YUV205.21152.15127.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.54%
GREEN value IS 197 (77.34% from 255) = 30.31%
BLUE value IS 248 (97.27% from 255) = 38.15%
R=31.54%
G=30.31%
B=38.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051972480.170.2100.03249.4178.4687.25
HexCDC5F8111503f94e57
Octal315305370212503371116127
Binary11001101110001011111100010001101010111111100110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5F8; }

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

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

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

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

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

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

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

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