#CCCDFC

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

Shades of Lavender Blue #CCCDFC

Tints of Lavender Blue #CCCDFC

Color information

#CCCDFC (or 0xCCCDFC) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and FC. RGB value is (204,205,252). Sum of RGB (Red+Green+Blue) = 204+205+252=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 205 (80.47% from 255 or 31.01% 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 #CCCDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFC is #333203. Grayscale: #D1D1D1. Windows color (decimal): -3355140 or 16567756. OLE color: 16567756.

HSL color Cylindrical-coordinate representation of color #CCCDFC: hue angle of 238.75º 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 #CCCDFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204205252-
CMYK0.190.1900.01
HSL238.75º88.89%89.41%-
HSV(B)238.75º19.05%98.82%-
XYZ64.363.53100.97-
YUV210.06151.67123.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 205 (80.47% from 255) = 31.01%
BLUE value IS 252 (98.83% from 255) = 38.12%
R=30.86%
G=31.01%
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
Decimal2042052520.190.1900.01238.7588.8989.41
HexCCCDFC131301ef5959
Octal314315374232301357131131
Binary1100110011001101111111001001110011011110111110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDFC; }

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

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

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

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

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

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

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

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