#CDCCFC

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

Shades of Lavender Blue #CDCCFC

Tints of Lavender Blue #CDCCFC

Color information

#CDCCFC (or 0xCDCCFC) is unknown color: approx Lavender Blue. HEX triplet: CD, CC and FC. RGB value is (205,204,252). Sum of RGB (Red+Green+Blue) = 205+204+252=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFC is #323303. Grayscale: #D1D1D1. Windows color (decimal): -3289860 or 16567501. OLE color: 16567501.

HSL color Cylindrical-coordinate representation of color #CDCCFC: hue angle of 241.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCCFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205204252-
CMYK0.190.1900.01
HSL241.25º88.89%89.41%-
HSV(B)241.25º19.05%98.82%-
XYZ64.3463.19100.9-
YUV209.77151.83124.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.01%
GREEN value IS 204 (80.08% from 255) = 30.86%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=31.01%
G=30.86%
B=38.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052042520.190.1900.01241.2588.8989.41
HexCDCCFC131301f15959
Octal315314374232301361131131
Binary1100110111001100111111001001110011011111000110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCFC; }

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

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

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

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

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

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

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

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