#CCF2CC

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

Shades of Blue Romance #CCF2CC

Tints of Blue Romance #CCF2CC

Color information

#CCF2CC (or 0xCCF2CC) is unknown color: approx Blue Romance. HEX triplet: CC, F2 and CC. RGB value is (204,242,204). Sum of RGB (Red+Green+Blue) = 204+242+204=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 204 (80.08% from 255 or 31.38% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CC is #330D33. Grayscale: #E2E2E2. Windows color (decimal): -3345716 or 13431500. OLE color: 13431500.

HSL color Cylindrical-coordinate representation of color #CCF2CC: hue angle of 120º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2CC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB204242204-
CMYK0.1600.160.05
HSL120º59.38%87.45%-
HSV(B)120º15.7%94.9%-
XYZ67.5580.769.14-
YUV226.31115.41112.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 242 (94.92% from 255) = 37.23%
BLUE value IS 204 (80.08% from 255) = 31.38%
R=31.38%
G=37.23%
B=31.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422040.1600.160.0512059.3887.45
HexCCF2CC100105783b57
Octal31436231420020517073127
Binary1100110011110010110011001000001000010111110001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2CC; }

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

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

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

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

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

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

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

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