#CDD5FD

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

Shades of Lavender Blue #CDD5FD

Tints of Lavender Blue #CDD5FD

Color information

#CDD5FD (or 0xCDD5FD) is unknown color: approx Lavender Blue. HEX triplet: CD, D5 and FD. RGB value is (205,213,253). Sum of RGB (Red+Green+Blue) = 205+213+253=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FD is #322A02. Grayscale: #D7D7D7. Windows color (decimal): -3287555 or 16635341. OLE color: 16635341.

HSL color Cylindrical-coordinate representation of color #CDD5FD: hue angle of 230º degrees, saturation: 0.92, 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 #CDD5FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205213253-
CMYK0.190.1600.01
HSL230º92.31%89.8%-
HSV(B)230º18.97%99.22%-
XYZ66.767.66102.47-
YUV215.17149.35120.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.55%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=30.55%
G=31.74%
B=37.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052132530.190.1600.0123092.3189.8
HexCDD5FD131001e65c5a
Octal315325375232001346134132
Binary1100110111010101111111011001110000011110011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5FD; }

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

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

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

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

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

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

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

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