#CDCDF2

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

Shades of Lavender Blue #CDCDF2

Tints of Lavender Blue #CDCDF2

Color information

#CDCDF2 (or 0xCDCDF2) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and F2. RGB value is (205,205,242). Sum of RGB (Red+Green+Blue) = 205+205+242=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDCDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDF2 is #32320D. Grayscale: #D1D1D1. Windows color (decimal): -3289614 or 15912397. OLE color: 15912397.

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

Color convert

RGB205205242-
CMYK0.150.1500.05
HSL240º58.73%87.65%-
HSV(B)240º15.29%94.9%-
XYZ63.0463.0592.85-
YUV209.22146.5124.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=31.44%
G=31.44%
B=37.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052052420.150.1500.0524058.7387.65
HexCDCDF2FF05f03b58
Octal31531536217170536073130
Binary110011011100110111110010111111110101111100001110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDF2; }

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

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

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

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

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

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

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

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