#CDCBF8

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

Shades of Lavender Blue #CDCBF8

Tints of Lavender Blue #CDCBF8

Color information

#CDCBF8 (or 0xCDCBF8) is unknown color: approx Lavender Blue. HEX triplet: CD, CB and F8. RGB value is (205,203,248). Sum of RGB (Red+Green+Blue) = 205+203+248=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 248 (97.27% from 255 or 37.80% from 656); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDCBF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCBF8 is #323407. Grayscale: #D0D0D0. Windows color (decimal): -3290120 or 16305101. OLE color: 16305101.

HSL color Cylindrical-coordinate representation of color #CDCBF8: hue angle of 242.67º degrees, saturation: 0.76, 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 #CDCBF8 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205203248-
CMYK0.170.1800.03
HSL242.67º76.27%88.43%-
HSV(B)242.67º18.15%97.25%-
XYZ63.4862.4797.52-
YUV208.73150.16125.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 248 (97.27% from 255) = 37.80%
R=31.25%
G=30.95%
B=37.80%

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
Decimal2052032480.170.1800.03242.6776.2788.43
HexCDCBF8111203f34c58
Octal315313370212203363114130
Binary11001101110010111111100010001100100111111001110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCBF8; }

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

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

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

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

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

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

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

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