#CDD1FA

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

Shades of Lavender Blue #CDD1FA

Tints of Lavender Blue #CDD1FA

Color information

#CDD1FA (or 0xCDD1FA) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and FA. RGB value is (205,209,250). Sum of RGB (Red+Green+Blue) = 205+209+250=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FA is #322E05. Grayscale: #D4D4D4. Windows color (decimal): -3288582 or 16437709. OLE color: 16437709.

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

Color convert

RGB205209250-
CMYK0.180.1600.02
HSL234.67º81.82%89.22%-
HSV(B)234.67º18%98.04%-
XYZ65.2365.4899.64-
YUV212.48149.17122.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 209 (82.03% from 255) = 31.48%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=30.87%
G=31.48%
B=37.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052092500.180.1600.02234.6781.8289.22
HexCDD1FA121002eb5259
Octal315321372222002353122131
Binary11001101110100011111101010010100000101110101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1FA; }

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

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

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

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

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

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

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

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