#CDCBF7

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

Shades of Lavender Blue #CDCBF7

Tints of Lavender Blue #CDCBF7

Color information

#CDCBF7 (or 0xCDCBF7) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F7. RGB value is (205,203,247). Sum of RGB (Red+Green+Blue) = 205+203+247=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 247 (96.88% from 255 or 37.71% from 655); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDCBF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF7 is #323408. Grayscale: #D0D0D0. Windows color (decimal): -3290121 or 16239565. OLE color: 16239565.

HSL color Cylindrical-coordinate representation of color #CDCBF7: hue angle of 242.73º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDCBF7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205203247-
CMYK0.170.1800.03
HSL242.73º73.33%88.24%-
HSV(B)242.73º17.81%96.86%-
XYZ63.3262.4196.7-
YUV208.61149.66125.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.30%
GREEN value IS 203 (79.69% from 255) = 30.99%
BLUE value IS 247 (96.88% from 255) = 37.71%
R=31.30%
G=30.99%
B=37.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052032470.170.1800.03242.7373.3388.24
HexCDCBF7111203f34958
Octal315313367212203363111130
Binary11001101110010111111011110001100100111111001110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF7; }

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

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

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

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

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

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

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

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