#CDD1FD

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

Shades of Lavender Blue #CDD1FD

Tints of Lavender Blue #CDD1FD

Color information

#CDD1FD (or 0xCDD1FD) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and FD. RGB value is (205,209,253). Sum of RGB (Red+Green+Blue) = 205+209+253=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FD is #322E02. Grayscale: #D4D4D4. Windows color (decimal): -3288579 or 16634317. OLE color: 16634317.

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

Color convert

RGB205209253-
CMYK0.190.1700.01
HSL235º92.31%89.8%-
HSV(B)235º18.97%99.22%-
XYZ65.7165.67102.14-
YUV212.82150.67122.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.73%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=30.73%
G=31.33%
B=37.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052092530.190.1700.0123592.3189.8
HexCDD1FD131101eb5c5a
Octal315321375232101353134132
Binary1100110111010001111111011001110001011110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1FD; }

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

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

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

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

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

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

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

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