#CDD5FC

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

Shades of Lavender Blue #CDD5FC

Tints of Lavender Blue #CDD5FC

Color information

#CDD5FC (or 0xCDD5FC) is unknown color: approx Lavender Blue. HEX triplet: CD, D5 and FC. RGB value is (205,213,252). Sum of RGB (Red+Green+Blue) = 205+213+252=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 213 (83.59% from 255 or 31.79% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FC is #322A03. Grayscale: #D6D6D6. Windows color (decimal): -3287556 or 16569805. OLE color: 16569805.

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

Color convert

RGB205213252-
CMYK0.190.1500.01
HSL229.79º88.68%89.61%-
HSV(B)229.79º18.65%98.82%-
XYZ66.5467.6101.64-
YUV215.05148.85120.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 213 (83.59% from 255) = 31.79%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=30.60%
G=31.79%
B=37.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052132520.190.1500.01229.7988.6889.61
HexCDD5FC13F01e6595a
Octal315325374231701346131132
Binary110011011101010111111100100111111011110011010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5FC; }

 p { color: rgb(205,213,252); }

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

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

 a { background-color: rgb(205,213,252); }

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

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

 span { border-color: rgb(205,213,252); }

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