#CDCDEF

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

Shades of Lavender Blue #CDCDEF

Tints of Lavender Blue #CDCDEF

Color information

#CDCDEF (or 0xCDCDEF) is unknown color: approx Lavender Blue. HEX triplet: CD, CD and EF. RGB value is (205,205,239). Sum of RGB (Red+Green+Blue) = 205+205+239=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCDEF is #323210. Grayscale: #D0D0D0. Windows color (decimal): -3289617 or 15715789. OLE color: 15715789.

HSL color Cylindrical-coordinate representation of color #CDCDEF: hue angle of 240º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDCDEF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205205239-
CMYK0.140.1400.06
HSL240º51.52%87.06%-
HSV(B)240º14.23%93.73%-
XYZ62.5962.8790.5-
YUV208.88145125.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 205 (80.47% from 255) = 31.59%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=31.59%
G=31.59%
B=36.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052052390.140.1400.0624051.5287.06
HexCDCDEFEE06f03457
Octal31531535716160636064127
Binary110011011100110111101111111011100110111100001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDEF; }

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

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

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

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

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

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

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

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