#CDD1F3

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

Shades of Lavender Blue #CDD1F3

Tints of Lavender Blue #CDD1F3

Color information

#CDD1F3 (or 0xCDD1F3) is unknown color: approx Lavender Blue. HEX triplet: CD, D1 and F3. RGB value is (205,209,243). Sum of RGB (Red+Green+Blue) = 205+209+243=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1F3 is #322E0C. Grayscale: #D3D3D3. Windows color (decimal): -3288589 or 15978957. OLE color: 15978957.

HSL color Cylindrical-coordinate representation of color #CDD1F3: hue angle of 233.68º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD1F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205209243-
CMYK0.160.1400.05
HSL233.68º61.29%87.84%-
HSV(B)233.68º15.64%95.29%-
XYZ64.1565.0593.97-
YUV211.68145.67123.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.20%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 243 (95.31% from 255) = 36.99%
R=31.20%
G=31.81%
B=36.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052092430.160.1400.05233.6861.2987.84
HexCDD1F310E05ea3d58
Octal31532136320160535275130
Binary1100110111010001111100111000011100101111010101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1F3; }

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

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

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

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

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

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

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

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