#CDCBF1

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

Shades of Lavender Blue #CDCBF1

Tints of Lavender Blue #CDCBF1

Color information

#CDCBF1 (or 0xCDCBF1) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F1. RGB value is (205,203,241). Sum of RGB (Red+Green+Blue) = 205+203+241=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDCBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF1 is #32340E. Grayscale: #CFCFCF. Windows color (decimal): -3290127 or 15846349. OLE color: 15846349.

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

Color convert

RGB205203241-
CMYK0.150.1600.05
HSL243.16º57.58%87.06%-
HSV(B)243.16º15.77%94.51%-
XYZ62.4162.0491.91-
YUV207.93146.66125.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=31.59%
G=31.28%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052032410.150.1600.05243.1657.5887.06
HexCDCBF1F1005f33a57
Octal31531336117200536372127
Binary1100110111001011111100011111100000101111100111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF1; }

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

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

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

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

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

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

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

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