#CDCDF9

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

Shades of Lavender Blue #CDCDF9

Tints of Lavender Blue #CDCDF9

Color information

#CDCDF9 (or 0xCDCDF9) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and F9. RGB value is (205,205,249). Sum of RGB (Red+Green+Blue) = 205+205+249=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDCDF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDF9 is #323206. Grayscale: #D1D1D1. Windows color (decimal): -3289607 or 16371149. OLE color: 16371149.

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

Color convert

RGB205205249-
CMYK0.180.1800.02
HSL240º78.57%89.02%-
HSV(B)240º17.67%97.65%-
XYZ64.1163.4898.5-
YUV210.02150124.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.11%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 249 (97.66% from 255) = 37.78%
R=31.11%
G=31.11%
B=37.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052052490.180.1800.0224078.5789.02
HexCDCDF9121202f04f59
Octal315315371222202360117131
Binary11001101110011011111100110010100100101111000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDF9; }

 p { color: rgb(205,205,249); }

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

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

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

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

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

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

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