#CDCCFE

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

Shades of Lavender Blue #CDCCFE

Tints of Lavender Blue #CDCCFE

Color information

#CDCCFE (or 0xCDCCFE) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and FE. RGB value is (205,204,254). Sum of RGB (Red+Green+Blue) = 205+204+254=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDCCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFE is #323301. Grayscale: #D1D1D1. Windows color (decimal): -3289858 or 16698573. OLE color: 16698573.

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

Color convert

RGB205204254-
CMYK0.190.2000.00
HSL241.2º96.15%89.8%-
HSV(B)241.2º19.69%99.61%-
XYZ64.6663.32102.58-
YUV210152.83124.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.92%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=30.92%
G=30.77%
B=38.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052042540.190.2000.00241.296.1589.8
HexCDCCFE131400f1605a
Octal315314376232400361140132
Binary1100110111001100111111101001110100001111000111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCFE; }

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

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

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

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

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

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

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

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