#CDD3FE

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

Shades of Lavender Blue #CDD3FE

Tints of Lavender Blue #CDD3FE

Color information

#CDD3FE (or 0xCDD3FE) is unknown color: approx Lavender Blue. HEX triplet: CD, D3 and FE. RGB value is (205,211,254). Sum of RGB (Red+Green+Blue) = 205+211+254=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 211 (82.81% from 255 or 31.49% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3FE is #322C01. Grayscale: #D5D5D5. Windows color (decimal): -3288066 or 16700365. OLE color: 16700365.

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

Color convert

RGB205211254-
CMYK0.190.1700.00
HSL232.65º96.08%90%-
HSV(B)232.65º19.29%99.61%-
XYZ66.3666.72103.15-
YUV214.11150.51121.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.60%
GREEN value IS 211 (82.81% from 255) = 31.49%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=30.60%
G=31.49%
B=37.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052112540.190.1700.00232.6596.0890
HexCDD3FE131100e9605a
Octal315323376232100351140132
Binary1100110111010011111111101001110001001110100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3FE; }

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

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

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

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

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

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

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

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