#CCF0CC

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

Shades of Blue Romance #CCF0CC

Tints of Blue Romance #CCF0CC

Color information

#CCF0CC (or 0xCCF0CC) is unknown color: approx Blue Romance. HEX triplet: CC, F0 and CC. RGB value is (204,240,204). Sum of RGB (Red+Green+Blue) = 204+240+204=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 204 (80.08% from 255 or 31.48% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0CC is #330F33. Grayscale: #E1E1E1. Windows color (decimal): -3346228 or 13430988. OLE color: 13430988.

HSL color Cylindrical-coordinate representation of color #CCF0CC: hue angle of 120º degrees, saturation: 0.55, 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 #CCF0CC is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB204240204-
CMYK0.1500.150.06
HSL120º54.55%87.06%-
HSV(B)120º15%94.12%-
XYZ66.9679.5268.95-
YUV225.13116.07112.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 204 (80.08% from 255) = 31.48%
R=31.48%
G=37.04%
B=31.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042402040.1500.150.0612054.5587.06
HexCCF0CCF0F6783757
Octal31436031417017617067127
Binary11001100111100001100110011110111111011110001101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0CC; }

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

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

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

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

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

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

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

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