#CCCDFE

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

Shades of Lavender Blue #CCCDFE

Tints of Lavender Blue #CCCDFE

Color information

#CCCDFE (or 0xCCCDFE) is unknown color: approx Lavender Blue. HEX triplet: CC, CD and FE. RGB value is (204,205,254). Sum of RGB (Red+Green+Blue) = 204+205+254=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 205 (80.47% from 255 or 30.92% 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 #CCCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFE is #333201. Grayscale: #D2D2D2. Windows color (decimal): -3355138 or 16698828. OLE color: 16698828.

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

Color convert

RGB204205254-
CMYK0.200.1900.00
HSL238.8º96.15%89.8%-
HSV(B)238.8º19.69%99.61%-
XYZ64.6263.66102.65-
YUV210.29152.67123.52-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042052540.200.1900.00238.896.1589.8
HexCCCDFE141300ef605a
Octal314315376242300357140132
Binary1100110011001101111111101010010011001110111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDFE; }

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

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

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

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

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

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

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

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