#CCFECC

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

Shades of Blue Romance #CCFECC

Tints of Blue Romance #CCFECC

Color information

#CCFECC (or 0xCCFECC) is unknown color: approx Blue Romance. HEX triplet: CC, FE and CC. RGB value is (204,254,204). Sum of RGB (Red+Green+Blue) = 204+254+204=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 254 (99.61% from 255 or 38.37% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFECC is #330133. Grayscale: #E9E9E9. Windows color (decimal): -3342644 or 13434572. OLE color: 13434572.

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

Color convert

RGB204254204-
CMYK0.2000.200.00
HSL120º96.15%89.8%-
HSV(B)120º19.69%99.61%-
XYZ71.2488.0870.37-
YUV233.35111.44107.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.82%
GREEN value IS 254 (99.61% from 255) = 38.37%
BLUE value IS 204 (80.08% from 255) = 30.82%
R=30.82%
G=38.37%
B=30.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542040.2000.200.0012096.1589.8
HexCCFECC14014078605a
Octal314376314240240170140132
Binary110011001111111011001100101000101000111100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFECC; }

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

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

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

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

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

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

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

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