#CDCCF5

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

Shades of Lavender Blue #CDCCF5

Tints of Lavender Blue #CDCCF5

Color information

#CDCCF5 (or 0xCDCCF5) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and F5. RGB value is (205,204,245). Sum of RGB (Red+Green+Blue) = 205+204+245=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 245 (96.09% from 255 or 37.46% from 654); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDCCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCF5 is #32330A. Grayscale: #D0D0D0. Windows color (decimal): -3289867 or 16108749. OLE color: 16108749.

HSL color Cylindrical-coordinate representation of color #CDCCF5: hue angle of 241.46º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDCCF5 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB205204245-
CMYK0.160.1700.04
HSL241.46º67.21%88.04%-
HSV(B)241.46º16.73%96.08%-
XYZ63.2562.7695.17-
YUV208.97148.33125.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 245 (96.09% from 255) = 37.46%
R=31.35%
G=31.19%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052042450.160.1700.04241.4667.2188.04
HexCDCCF5101104f14358
Octal315314365202104361103130
Binary110011011100110011110101100001000101001111000110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCF5; }

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

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

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

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

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

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

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

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