#CDD5FF

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

Shades of Lavender Blue #CDD5FF

Tints of Lavender Blue #CDD5FF

Color information

#CDD5FF (or 0xCDD5FF) is unknown color: approx Lavender Blue. HEX triplet: CD, D5 and FF. RGB value is (205,213,255). Sum of RGB (Red+Green+Blue) = 205+213+255=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FF is #322A00. Grayscale: #D7D7D7. Windows color (decimal): -3287553 or 16766413. OLE color: 16766413.

HSL color Cylindrical-coordinate representation of color #CDD5FF: hue angle of 230.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD5FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205213255-
CMYK0.200.1600
HSL230.4º100%90.2%-
HSV(B)230.4º19.61%100%-
XYZ67.0267.79104.16-
YUV215.4150.35120.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.46%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 255 (100% from 255) = 37.89%
R=30.46%
G=31.65%
B=37.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052132550.200.1600230.410090.2
HexCDD5FF141000e6645a
Octal315325377242000346144132
Binary1100110111010101111111111010010000001110011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5FF; }

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

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

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

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

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

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

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

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