#CDC4FB

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

Shades of Lavender Blue #CDC4FB

Tints of Lavender Blue #CDC4FB

Color information

#CDC4FB (or 0xCDC4FB) is unknown color: approx Lavender Blue. HEX triplet: CD, C4 and FB. RGB value is (205,196,251). Sum of RGB (Red+Green+Blue) = 205+196+251=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4FB is #323B04. Grayscale: #CCCCCC. Windows color (decimal): -3291909 or 16499917. OLE color: 16499917.

HSL color Cylindrical-coordinate representation of color #CDC4FB: hue angle of 249.82º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC4FB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205196251-
CMYK0.180.2200.02
HSL249.82º87.3%87.65%-
HSV(B)249.82º21.91%98.43%-
XYZ62.3359.4299.45-
YUV204.96153.98128.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.44%
GREEN value IS 196 (76.95% from 255) = 30.06%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=31.44%
G=30.06%
B=38.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051962510.180.2200.02249.8287.387.65
HexCDC4FB121602fa5758
Octal315304373222602372127130
Binary11001101110001001111101110010101100101111101010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4FB; }

 p { color: rgb(205,196,251); }

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

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

 a { background-color: rgb(205,196,251); }

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

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

 span { border-color: rgb(205,196,251); }

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