#C5CDF9

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

Shades of Lavender Blue #C5CDF9

Tints of Lavender Blue #C5CDF9

Color information

#C5CDF9 (or 0xC5CDF9) is unknown color: approx Lavender Blue. HEX triplet: C5, CD and F9. RGB value is (197,205,249). Sum of RGB (Red+Green+Blue) = 197+205+249=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #C5CDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CDF9 is #3A3206. Grayscale: #CFCFCF. Windows color (decimal): -3813895 or 16371141. OLE color: 16371141.

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

Color convert

RGB197205249-
CMYK0.210.1800.02
HSL230.77º81.25%87.45%-
HSV(B)230.77º20.88%97.65%-
XYZ61.9662.3798.4-
YUV207.62151.35120.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.26%
GREEN value IS 205 (80.47% from 255) = 31.49%
BLUE value IS 249 (97.66% from 255) = 38.25%
R=30.26%
G=31.49%
B=38.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1972052490.210.1800.02230.7781.2587.45
HexC5CDF9151202e75157
Octal305315371252202347121127
Binary11000101110011011111100110101100100101110011110100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CDF9; }

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

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

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

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

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

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

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

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