#CDCBF0

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

Shades of Lavender Blue #CDCBF0

Tints of Lavender Blue #CDCBF0

Color information

#CDCBF0 (or 0xCDCBF0) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F0. RGB value is (205,203,240). Sum of RGB (Red+Green+Blue) = 205+203+240=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 203 (79.69% from 255 or 31.33% from 648); Blue value is 240 (94.14% from 255 or 37.04% from 648); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDCBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF0 is #32340F. Grayscale: #CFCFCF. Windows color (decimal): -3290128 or 15780813. OLE color: 15780813.

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

Color convert

RGB205203240-
CMYK0.150.1500.06
HSL243.24º55.22%86.86%-
HSV(B)243.24º15.42%94.12%-
XYZ62.2661.9891.12-
YUV207.82146.16125.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 203 (79.69% from 255) = 31.33%
BLUE value IS 240 (94.14% from 255) = 37.04%
R=31.64%
G=31.33%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052032400.150.1500.06243.2455.2286.86
HexCDCBF0FF06f33757
Octal31531336017170636367127
Binary110011011100101111110000111111110110111100111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF0; }

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

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

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

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

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

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

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

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