#CDCBED

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

Shades of Lavender Blue #CDCBED

Tints of Lavender Blue #CDCBED

Color information

#CDCBED (or 0xCDCBED) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and ED. RGB value is (205,203,237). Sum of RGB (Red+Green+Blue) = 205+203+237=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 237 (92.97% from 255 or 36.74% from 645); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBED is #323412. Grayscale: #CFCFCF. Windows color (decimal): -3290131 or 15584205. OLE color: 15584205.

HSL color Cylindrical-coordinate representation of color #CDCBED: hue angle of 243.53º degrees, saturation: 0.49, 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 #CDCBED is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205203237-
CMYK0.140.1400.07
HSL243.53º48.57%86.27%-
HSV(B)243.53º14.35%92.94%-
XYZ61.8261.8188.79-
YUV207.47144.66126.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 203 (79.69% from 255) = 31.47%
BLUE value IS 237 (92.97% from 255) = 36.74%
R=31.78%
G=31.47%
B=36.74%

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
Decimal2052032370.140.1400.07243.5348.5786.27
HexCDCBEDEE07f43156
Octal31531335516160736461126
Binary110011011100101111101101111011100111111101001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBED; }

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

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

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

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

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

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

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

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