#CDCCFF

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

Shades of Lavender Blue #CDCCFF

Tints of Lavender Blue #CDCCFF

Color information

#CDCCFF (or 0xCDCCFF) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and FF. RGB value is (205,204,255). Sum of RGB (Red+Green+Blue) = 205+204+255=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFF is #323300. Grayscale: #D1D1D1. Windows color (decimal): -3289857 or 16764109. OLE color: 16764109.

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

Color convert

RGB205204255-
CMYK0.200.200
HSL241.18º100%90%-
HSV(B)241.18º20%100%-
XYZ64.8263.38103.43-
YUV210.11153.33124.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.87%
GREEN value IS 204 (80.08% from 255) = 30.72%
BLUE value IS 255 (100% from 255) = 38.40%
R=30.87%
G=30.72%
B=38.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052042550.200.200241.1810090
HexCDCCFF141400f1645a
Octal315314377242400361144132
Binary1100110111001100111111111010010100001111000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCFF; }

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

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

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

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

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

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

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

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