#CDCCED

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

Shades of Lavender Blue #CDCCED

Tints of Lavender Blue #CDCCED

Color information

#CDCCED (or 0xCDCCED) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and ED. RGB value is (205,204,237). Sum of RGB (Red+Green+Blue) = 205+204+237=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDCCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCED is #323312. Grayscale: #CFCFCF. Windows color (decimal): -3289875 or 15584461. OLE color: 15584461.

HSL color Cylindrical-coordinate representation of color #CDCCED: hue angle of 241.82º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDCCED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205204237-
CMYK0.140.1400.07
HSL241.82º47.83%86.47%-
HSV(B)241.82º13.92%92.94%-
XYZ62.0662.2888.87-
YUV208.06144.33125.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 204 (80.08% from 255) = 31.58%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=31.73%
G=31.58%
B=36.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052042370.140.1400.07241.8247.8386.47
HexCDCCEDEE07f23056
Octal31531435516160736260126
Binary110011011100110011101101111011100111111100101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCED; }

 p { color: rgb(205,204,237); }

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

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

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

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

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

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

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