#CDD6FF

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

Shades of Lavender Blue #CDD6FF

Tints of Lavender Blue #CDD6FF

Color information

#CDD6FF (or 0xCDD6FF) is unknown color: approx Lavender Blue. HEX triplet: CD, D6 and FF. RGB value is (205,214,255). Sum of RGB (Red+Green+Blue) = 205+214+255=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD6FF is #322900. Grayscale: #D7D7D7. Windows color (decimal): -3287297 or 16766669. OLE color: 16766669.

HSL color Cylindrical-coordinate representation of color #CDD6FF: hue angle of 229.2º 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 #CDD6FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205214255-
CMYK0.200.1600
HSL229.2º100%90.2%-
HSV(B)229.2º19.61%100%-
XYZ67.2768.29104.24-
YUV215.98150.02120.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 255 (100% from 255) = 37.83%
R=30.42%
G=31.75%
B=37.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052142550.200.1600229.210090.2
HexCDD6FF141000e5645a
Octal315326377242000345144132
Binary1100110111010110111111111010010000001110010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6FF; }

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

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

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

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

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

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

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

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