#CDC4FF

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

Shades of Lavender Blue #CDC4FF

Tints of Lavender Blue #CDC4FF

Color information

#CDC4FF (or 0xCDC4FF) is unknown color: approx Lavender Blue. HEX triplet: CD, C4 and FF. RGB value is (205,196,255). Sum of RGB (Red+Green+Blue) = 205+196+255=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 196 (76.95% from 255 or 29.88% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC4FF is #323B00. Grayscale: #CDCDCD. Windows color (decimal): -3291905 or 16762061. OLE color: 16762061.

HSL color Cylindrical-coordinate representation of color #CDC4FF: hue angle of 249.15º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC4FF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB205196255-
CMYK0.200.2300
HSL249.15º100%88.43%-
HSV(B)249.15º23.14%100%-
XYZ62.9759.68102.81-
YUV205.42155.98127.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 196 (76.95% from 255) = 29.88%
BLUE value IS 255 (100% from 255) = 38.87%
R=31.25%
G=29.88%
B=38.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2051962550.200.2300249.1510088.43
HexCDC4FF141700f96458
Octal315304377242700371144130
Binary1100110111000100111111111010010111001111100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC4FF; }

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

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

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

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

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

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

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

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