#CCCFEF

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

Shades of Lavender Blue #CCCFEF

Tints of Lavender Blue #CCCFEF

Color information

#CCCFEF (or 0xCCCFEF) is unknown color: approx Lavender Blue. HEX triplet: CC, CF and EF. RGB value is (204,207,239). Sum of RGB (Red+Green+Blue) = 204+207+239=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFEF is #333010. Grayscale: #D1D1D1. Windows color (decimal): -3354641 or 15716300. OLE color: 15716300.

HSL color Cylindrical-coordinate representation of color #CCCFEF: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204207239-
CMYK0.150.1300.06
HSL234.86º52.24%86.86%-
HSV(B)234.86º14.64%93.73%-
XYZ62.7963.790.65-
YUV209.75144.51123.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 207 (81.25% from 255) = 31.85%
BLUE value IS 239 (93.75% from 255) = 36.77%
R=31.38%
G=31.85%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042072390.150.1300.06234.8652.2486.86
HexCCCFEFFD06eb3457
Octal31431735717150635364127
Binary110011001100111111101111111111010110111010111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFEF; }

 p { color: rgb(204,207,239); }

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

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

 a { background-color: rgb(204,207,239); }

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

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

 span { border-color: rgb(204,207,239); }

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