#CDCDF5

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

Shades of Lavender Blue #CDCDF5

Tints of Lavender Blue #CDCDF5

Color information

#CDCDF5 (or 0xCDCDF5) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and F5. RGB value is (205,205,245). Sum of RGB (Red+Green+Blue) = 205+205+245=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 205 (80.47% from 255 or 31.30% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDCDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDF5 is #32320A. Grayscale: #D1D1D1. Windows color (decimal): -3289611 or 16109005. OLE color: 16109005.

HSL color Cylindrical-coordinate representation of color #CDCDF5: hue angle of 240º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCDF5 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205205245-
CMYK0.160.1600.04
HSL240º66.67%88.24%-
HSV(B)240º16.33%96.08%-
XYZ63.4963.2395.25-
YUV209.56148124.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 31.30%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=31.30%
G=31.30%
B=37.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052052450.160.1600.0424066.6788.24
HexCDCDF5101004f04358
Octal315315365202004360103130
Binary110011011100110111110101100001000001001111000010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDF5; }

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

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

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

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

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

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

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

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