#CDD1FB

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

Shades of Lavender Blue #CDD1FB

Tints of Lavender Blue #CDD1FB

Color information

#CDD1FB (or 0xCDD1FB) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and FB. RGB value is (205,209,251). Sum of RGB (Red+Green+Blue) = 205+209+251=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 209 (82.03% from 255 or 31.43% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FB is #322E04. Grayscale: #D4D4D4. Windows color (decimal): -3288581 or 16503245. OLE color: 16503245.

HSL color Cylindrical-coordinate representation of color #CDD1FB: hue angle of 234.78º degrees, saturation: 0.85, 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 #CDD1FB is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205209251-
CMYK0.180.1700.02
HSL234.78º85.19%89.41%-
HSV(B)234.78º18.33%98.43%-
XYZ65.3965.55100.47-
YUV212.59149.67122.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.83%
GREEN value IS 209 (82.03% from 255) = 31.43%
BLUE value IS 251 (98.44% from 255) = 37.74%
R=30.83%
G=31.43%
B=37.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052092510.180.1700.02234.7885.1989.41
HexCDD1FB121102eb5559
Octal315321373222102353125131
Binary11001101110100011111101110010100010101110101110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1FB; }

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

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

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

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

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

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

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

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