#CDD1FE

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

Shades of Lavender Blue #CDD1FE

Tints of Lavender Blue #CDD1FE

Color information

#CDD1FE (or 0xCDD1FE) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and FE. RGB value is (205,209,254). Sum of RGB (Red+Green+Blue) = 205+209+254=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FE is #322E01. Grayscale: #D4D4D4. Windows color (decimal): -3288578 or 16699853. OLE color: 16699853.

HSL color Cylindrical-coordinate representation of color #CDD1FE: hue angle of 235.1º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD1FE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB205209254-
CMYK0.190.1800.00
HSL235.1º96.08%90%-
HSV(B)235.1º19.29%99.61%-
XYZ65.8765.74102.98-
YUV212.93151.17122.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.69%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 254 (99.61% from 255) = 38.02%
R=30.69%
G=31.29%
B=38.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052092540.190.1800.00235.196.0890
HexCDD1FE131200eb605a
Octal315321376232200353140132
Binary1100110111010001111111101001110010001110101111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1FE; }

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

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

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

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

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

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

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

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