#CDCBF5

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

Shades of Lavender Blue #CDCBF5

Tints of Lavender Blue #CDCBF5

Color information

#CDCBF5 (or 0xCDCBF5) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F5. RGB value is (205,203,245). Sum of RGB (Red+Green+Blue) = 205+203+245=653 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.39% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 245 (96.09% from 255 or 37.52% from 653); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDCBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF5 is #32340A. Grayscale: #D0D0D0. Windows color (decimal): -3290123 or 16108493. OLE color: 16108493.

HSL color Cylindrical-coordinate representation of color #CDCBF5: hue angle of 242.86º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDCBF5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205203245-
CMYK0.160.1700.04
HSL242.86º67.74%87.84%-
HSV(B)242.86º17.14%96.08%-
XYZ63.0162.2895.09-
YUV208.39148.66125.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.39%
GREEN value IS 203 (79.69% from 255) = 31.09%
BLUE value IS 245 (96.09% from 255) = 37.52%
R=31.39%
G=31.09%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052032450.160.1700.04242.8667.7487.84
HexCDCBF5101104f34458
Octal315313365202104363104130
Binary110011011100101111110101100001000101001111001110001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF5; }

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

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

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

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

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

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

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

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