#CDCCF0

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

Shades of Lavender Blue #CDCCF0

Tints of Lavender Blue #CDCCF0

Color information

#CDCCF0 (or 0xCDCCF0) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and F0. RGB value is (205,204,240). Sum of RGB (Red+Green+Blue) = 205+204+240=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 204 (80.08% from 255 or 31.43% from 649); Blue value is 240 (94.14% from 255 or 36.98% from 649); Max value from RGB is 240 - color contains mainly: blue. Hex color #CDCCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF0 is #32330F. Grayscale: #D0D0D0. Windows color (decimal): -3289872 or 15781069. OLE color: 15781069.

HSL color Cylindrical-coordinate representation of color #CDCCF0: hue angle of 241.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDCCF0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205204240-
CMYK0.150.1500.06
HSL241.67º54.55%87.06%-
HSV(B)241.67º15%94.12%-
XYZ62.562.4691.2-
YUV208.4145.83125.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 204 (80.08% from 255) = 31.43%
BLUE value IS 240 (94.14% from 255) = 36.98%
R=31.59%
G=31.43%
B=36.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052042400.150.1500.06241.6754.5587.06
HexCDCCF0FF06f23757
Octal31531436017170636267127
Binary110011011100110011110000111111110110111100101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCF0; }

 p { color: rgb(205,204,240); }

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

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

 a { background-color: rgb(205,204,240); }

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

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

 span { border-color: rgb(205,204,240); }

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